Shades of Fog #D9CEE5
Tints of Fog #D9CEE5
RGB
CMYK
RGB Variations
Color information
#D9CEE5 (or 0xD9CEE5) is known color: Fog. HEX triplet: D9, CE and E5. RGB value is (217,206,229). Sum of RGB (Red+Green+Blue) = 217+206+229=652 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.28% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 229 (89.84% from 255 or 35.12% from 652); Max value from RGB is 229 - color contains mainly: blue. Hex color #D9CEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CEE5 is #26311A. Grayscale: #D3D3D3. Windows color (decimal): -2502939 or 15060697. OLE color: 15060697.
HSL color Cylindrical-coordinate representation of color #D9CEE5: hue angle of 268.7º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9CEE5 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 217 | 206 | 229 | - |
CMYK | 0.05 | 0.10 | 0 | 0.10 |
HSL | 268.7º | 0.31% | 0.85% | - |
HSV(B) | 268.7º | 0.1% | 0.9% | - |
XYZ | 64.83 | 64.55 | 83.17 | - |
YUV | 211.91 | 137.64 | 131.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 206 | 229 | 0.05 | 0.10 | 0 | 0.10 | 268.7 | 0.31 | 0.85 |
Hex | D9 | CE | E5 | 5 | A | 0 | A | 10D | 1F | 55 |
Octal | 331 | 316 | 345 | 5 | 12 | 0 | 12 | 415 | 37 | 125 |
Binary | 11011001 | 11001110 | 11100101 | 101 | 1010 | 0 | 1010 | 100001101 | 11111 | 1010101 |
Color Harmonies of #D9CEE5
Complementary color
Monochromatic Colors of #D9CEE5
Black with #D9CEE5
Text Example
Text Example
White with #D9CEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CEE5; }
p { color: rgb(217,206,229); }
H1.HeaderClassName
{
color: #D9CEE5;
}
.AnyTagClassName
{
color: #D9CEE5;
}
</style>
background-color css
<style>
a { background-color: #D9CEE5; }
a { background-color: rgb(217,206,229); }
div.DivClassName
{
background-color: #D9CEE5;
}
.BgClassName
{
background-color: #D9CEE5;
}
</style>
border-color css
<style>
span { border-color: #D9CEE5; }
span { border-color: rgb(217,206,229); }
td.TdClassName
{
border-color: #D9CEE5;
}
.TagClassName
{
border-color: #D9CEE5;
}
</style>