#D6D0F0

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

Shades of Quartz #D6D0F0

Tints of Quartz #D6D0F0

Color information

#D6D0F0 (or 0xD6D0F0) is unknown color: approx Quartz. HEX triplet: D6, D0 and F0. RGB value is (214,208,240). Sum of RGB (Red+Green+Blue) = 214+208+240=662 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.33% from 662); Green value is 208 (81.64% from 255 or 31.42% from 662); Blue value is 240 (94.14% from 255 or 36.25% from 662); Max value from RGB is 240 - color contains mainly: blue. Hex color #D6D0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D0F0 is #292F0F. Grayscale: #D5D5D5. Windows color (decimal): -2699024 or 15782102. OLE color: 15782102.

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

Color convert

RGB214208240-
CMYK0.110.1300.06
HSL251.25º51.61%87.84%-
HSV(B)251.25º13.33%94.12%-
XYZ66.0265.791.64-
YUV213.44142.99128.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.33%
GREEN value IS 208 (81.64% from 255) = 31.42%
BLUE value IS 240 (94.14% from 255) = 36.25%
R=32.33%
G=31.42%
B=36.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142082400.110.1300.06251.2551.6187.84
HexD6D0F0BD06fb3458
Octal32632036013150637364130
Binary110101101101000011110000101111010110111110111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D0F0; }

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

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

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

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

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

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

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

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