#D6D2F0

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

Shades of Quartz #D6D2F0

Tints of Quartz #D6D2F0

Color information

#D6D2F0 (or 0xD6D2F0) is unknown color: approx Quartz. HEX triplet: D6, D2 and F0. RGB value is (214,210,240). Sum of RGB (Red+Green+Blue) = 214+210+240=664 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.23% from 664); Green value is 210 (82.42% from 255 or 31.63% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 240 - color contains mainly: blue. Hex color #D6D2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D2F0 is #292D0F. Grayscale: #D6D6D6. Windows color (decimal): -2698512 or 15782614. OLE color: 15782614.

HSL color Cylindrical-coordinate representation of color #D6D2F0: hue angle of 248º degrees, saturation: 0.5, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6D2F0 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB214210240-
CMYK0.110.1200.06
HSL248º50%88.24%-
HSV(B)248º12.5%94.12%-
XYZ66.5166.6891.8-
YUV214.62142.33127.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.23%
GREEN value IS 210 (82.42% from 255) = 31.63%
BLUE value IS 240 (94.14% from 255) = 36.14%
R=32.23%
G=31.63%
B=36.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142102400.110.1200.062485088.24
HexD6D2F0BC06f83258
Octal32632236013140637062130
Binary110101101101001011110000101111000110111110001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D2F0; }

 p { color: rgb(214,210,240); }

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

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

 a { background-color: rgb(214,210,240); }

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

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

 span { border-color: rgb(214,210,240); }

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