#D6CEEA

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

Shades of Fog #D6CEEA

Tints of Fog #D6CEEA

Color information

#D6CEEA (or 0xD6CEEA) is unknown color: approx Fog. HEX triplet: D6, CE and EA. RGB value is (214,206,234). Sum of RGB (Red+Green+Blue) = 214+206+234=654 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.72% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 234 - color contains mainly: blue. Hex color #D6CEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CEEA is #293115. Grayscale: #D3D3D3. Windows color (decimal): -2699542 or 15388374. OLE color: 15388374.

HSL color Cylindrical-coordinate representation of color #D6CEEA: hue angle of 257.14º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6CEEA is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB214206234-
CMYK0.090.1200.08
HSL257.14º40%86.27%-
HSV(B)257.14º11.97%91.76%-
XYZ64.6564.3886.86-
YUV211.58140.65129.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.72%
GREEN value IS 206 (80.86% from 255) = 31.50%
BLUE value IS 234 (91.80% from 255) = 35.78%
R=32.72%
G=31.50%
B=35.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142062340.090.1200.08257.144086.27
HexD6CEEA9C081012856
Octal326316352111401040150126
Binary11010110110011101110101010011100010001000000011010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CEEA; }

 p { color: rgb(214,206,234); }

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

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

 a { background-color: rgb(214,206,234); }

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

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

 span { border-color: rgb(214,206,234); }

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