Shades of Fog #D5CEE4
Tints of Fog #D5CEE4
RGB
CMYK
RGB Variations
Color information
#D5CEE4 (or 0xD5CEE4) is known color: Fog. HEX triplet: D5, CE and E4. RGB value is (213,206,228). Sum of RGB (Red+Green+Blue) = 213+206+228=647 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.92% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 228 (89.45% from 255 or 35.24% from 647); Max value from RGB is 228 - color contains mainly: blue. Hex color #D5CEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CEE4 is #2A311B. Grayscale: #D2D2D2. Windows color (decimal): -2765084 or 14995157. OLE color: 14995157.
HSL color Cylindrical-coordinate representation of color #D5CEE4: hue angle of 259.09º 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 #D5CEE4 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 206 | 228 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.11 |
| HSL | 259.09º | 0.29% | 0.85% | - |
| HSV(B) | 259.09º | 0.1% | 0.89% | - |
| XYZ | 63.52 | 63.89 | 82.38 | - |
| YUV | 210.6 | 137.82 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 228 | 0.07 | 0.10 | 0 | 0.11 | 259.09 | 0.29 | 0.85 |
| Hex | D5 | CE | E4 | 7 | A | 0 | B | 103 | 1D | 55 |
| Octal | 325 | 316 | 344 | 7 | 12 | 0 | 13 | 403 | 35 | 125 |
| Binary | 11010101 | 11001110 | 11100100 | 111 | 1010 | 0 | 1011 | 100000011 | 11101 | 1010101 |
Color Harmonies of #D5CEE4
Complementary color
Monochromatic Colors of #D5CEE4
Black with #D5CEE4
Text Example
Text Example
White with #D5CEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CEE4; }
p { color: rgb(213,206,228); }
H1.HeaderClassName
{
color: #D5CEE4;
}
.AnyTagClassName
{
color: #D5CEE4;
}
</style>
background-color css
<style>
a { background-color: #D5CEE4; }
a { background-color: rgb(213,206,228); }
div.DivClassName
{
background-color: #D5CEE4;
}
.BgClassName
{
background-color: #D5CEE4;
}
</style>
border-color css
<style>
span { border-color: #D5CEE4; }
span { border-color: rgb(213,206,228); }
td.TdClassName
{
border-color: #D5CEE4;
}
.TagClassName
{
border-color: #D5CEE4;
}
</style>