#D6DBFB

Color #D6DBFB Quartz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quartz #D6DBFB

Tints of Quartz #D6DBFB

Color information

#D6DBFB (or 0xD6DBFB) is unknown color: approx Quartz. HEX triplet: D6, DB and FB. RGB value is (214,219,251). Sum of RGB (Red+Green+Blue) = 214+219+251=684 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.29% from 684); Green value is 219 (85.94% from 255 or 32.02% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6DBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DBFB is #292404. Grayscale: #DDDDDD. Windows color (decimal): -2696197 or 16505814. OLE color: 16505814.

HSL color Cylindrical-coordinate representation of color #D6DBFB: hue angle of 231.89º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6DBFB is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB214219251-
CMYK0.150.1300.02
HSL231.89º82.22%91.18%-
HSV(B)231.89º14.74%98.43%-
XYZ70.4871.92101.44-
YUV221.15144.84122.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 31.29%
GREEN value IS 219 (85.94% from 255) = 32.02%
BLUE value IS 251 (98.44% from 255) = 36.70%
R=31.29%
G=32.02%
B=36.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142192510.150.1300.02231.8982.2291.18
HexD6DBFBFD02e8525b
Octal326333373171502350122133
Binary110101101101101111111011111111010101110100010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DBFB; }

 p { color: rgb(214,219,251); }

 H1.HeaderClassName
 {
   color: #D6DBFB;
 }
 .AnyTagClassName
 {
   color: #D6DBFB;
 }
</style>
background-color css

<style>
 a { background-color: #D6DBFB; }

 a { background-color: rgb(214,219,251); }

 div.DivClassName
 {
   background-color: #D6DBFB;
 }
 .BgClassName
 {
   background-color: #D6DBFB;
 }
</style>
border-color css

<style>
 span { border-color: #D6DBFB; }

 span { border-color: rgb(214,219,251); }

 td.TdClassName
 {
   border-color: #D6DBFB;
 }
 .TagClassName
 {
   border-color: #D6DBFB;
 }
</style>