Shades of Fog #D4CEEC
Tints of Fog #D4CEEC
RGB
CMYK
RGB Variations
Color information
#D4CEEC (or 0xD4CEEC) is known color: Fog. HEX triplet: D4, CE and EC. RGB value is (212,206,236). Sum of RGB (Red+Green+Blue) = 212+206+236=654 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.42% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #D4CEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CEEC is #2B3113. Grayscale: #D3D3D3. Windows color (decimal): -2830612 or 15519444. OLE color: 15519444.
HSL color Cylindrical-coordinate representation of color #D4CEEC: hue angle of 252º 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 #D4CEEC is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 212 | 206 | 236 | - |
CMYK | 0.10 | 0.13 | 0 | 0.07 |
HSL | 252º | 0.44% | 0.87% | - |
HSV(B) | 252º | 0.13% | 0.93% | - |
XYZ | 64.36 | 64.2 | 88.36 | - |
YUV | 211.21 | 141.99 | 128.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 206 | 236 | 0.10 | 0.13 | 0 | 0.07 | 252 | 0.44 | 0.87 |
Hex | D4 | CE | EC | A | D | 0 | 7 | FC | 2C | 57 |
Octal | 324 | 316 | 354 | 12 | 15 | 0 | 7 | 374 | 54 | 127 |
Binary | 11010100 | 11001110 | 11101100 | 1010 | 1101 | 0 | 111 | 11111100 | 101100 | 1010111 |
Color Harmonies of #D4CEEC
Complementary color
Monochromatic Colors of #D4CEEC
Black with #D4CEEC
Text Example
Text Example
White with #D4CEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CEEC; }
p { color: rgb(212,206,236); }
H1.HeaderClassName
{
color: #D4CEEC;
}
.AnyTagClassName
{
color: #D4CEEC;
}
</style>
background-color css
<style>
a { background-color: #D4CEEC; }
a { background-color: rgb(212,206,236); }
div.DivClassName
{
background-color: #D4CEEC;
}
.BgClassName
{
background-color: #D4CEEC;
}
</style>
border-color css
<style>
span { border-color: #D4CEEC; }
span { border-color: rgb(212,206,236); }
td.TdClassName
{
border-color: #D4CEEC;
}
.TagClassName
{
border-color: #D4CEEC;
}
</style>