#D6CEEC

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

Shades of Fog #D6CEEC

Tints of Fog #D6CEEC

Color information

#D6CEEC (or 0xD6CEEC) is unknown color: approx Fog. HEX triplet: D6, CE and EC. RGB value is (214,206,236). Sum of RGB (Red+Green+Blue) = 214+206+236=656 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.62% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6CEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CEEC is #293113. Grayscale: #D3D3D3. Windows color (decimal): -2699540 or 15519446. OLE color: 15519446.

HSL color Cylindrical-coordinate representation of color #D6CEEC: hue angle of 256º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6CEEC is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB214206236-
CMYK0.090.1300.07
HSL256º44.12%86.67%-
HSV(B)256º12.71%92.55%-
XYZ64.9464.4988.38-
YUV211.81141.65129.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.62%
GREEN value IS 206 (80.86% from 255) = 31.40%
BLUE value IS 236 (92.58% from 255) = 35.98%
R=32.62%
G=31.40%
B=35.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142062360.090.1300.0725644.1286.67
HexD6CEEC9D071002c57
Octal32631635411150740054127
Binary1101011011001110111011001001110101111000000001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CEEC; }

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

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

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

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

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

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

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

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