Shades of Fog #D9CEE4
Tints of Fog #D9CEE4
RGB
CMYK
RGB Variations
Color information
#D9CEE4 (or 0xD9CEE4) is known color: Fog. HEX triplet: D9, CE and E4. RGB value is (217,206,228). Sum of RGB (Red+Green+Blue) = 217+206+228=651 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.33% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 228 (89.45% from 255 or 35.02% from 651); Max value from RGB is 228 - color contains mainly: blue. Hex color #D9CEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CEE4 is #26311B. Grayscale: #D3D3D3. Windows color (decimal): -2502940 or 14995161. OLE color: 14995161.
HSL color Cylindrical-coordinate representation of color #D9CEE4: hue angle of 270º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9CEE4 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 206 | 228 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.11 |
| HSL | 270º | 0.29% | 0.85% | - |
| HSV(B) | 270º | 0.1% | 0.89% | - |
| XYZ | 64.69 | 64.5 | 82.44 | - |
| YUV | 211.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 206 | 228 | 0.05 | 0.10 | 0 | 0.11 | 270 | 0.29 | 0.85 |
| Hex | D9 | CE | E4 | 5 | A | 0 | B | 10E | 1D | 55 |
| Octal | 331 | 316 | 344 | 5 | 12 | 0 | 13 | 416 | 35 | 125 |
| Binary | 11011001 | 11001110 | 11100100 | 101 | 1010 | 0 | 1011 | 100001110 | 11101 | 1010101 |
Color Harmonies of #D9CEE4
Complementary color
Monochromatic Colors of #D9CEE4
Black with #D9CEE4
Text Example
Text Example
White with #D9CEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CEE4; }
p { color: rgb(217,206,228); }
H1.HeaderClassName
{
color: #D9CEE4;
}
.AnyTagClassName
{
color: #D9CEE4;
}
</style>
background-color css
<style>
a { background-color: #D9CEE4; }
a { background-color: rgb(217,206,228); }
div.DivClassName
{
background-color: #D9CEE4;
}
.BgClassName
{
background-color: #D9CEE4;
}
</style>
border-color css
<style>
span { border-color: #D9CEE4; }
span { border-color: rgb(217,206,228); }
td.TdClassName
{
border-color: #D9CEE4;
}
.TagClassName
{
border-color: #D9CEE4;
}
</style>