Shades of Fog #D5CEE0
Tints of Fog #D5CEE0
RGB
CMYK
RGB Variations
Color information
#D5CEE0 (or 0xD5CEE0) is known color: Fog. HEX triplet: D5, CE and E0. RGB value is (213,206,224). Sum of RGB (Red+Green+Blue) = 213+206+224=643 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.13% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 224 (87.89% from 255 or 34.84% from 643); Max value from RGB is 224 - color contains mainly: blue. Hex color #D5CEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CEE0 is #2A311F. Grayscale: #D2D2D2. Windows color (decimal): -2765088 or 14733013. OLE color: 14733013.
HSL color Cylindrical-coordinate representation of color #D5CEE0: hue angle of 263.33º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D5CEE0 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 206 | 224 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.12 |
| HSL | 263.33º | 0.23% | 0.84% | - |
| HSV(B) | 263.33º | 0.08% | 0.88% | - |
| XYZ | 62.97 | 63.67 | 79.49 | - |
| YUV | 210.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 224 | 0.05 | 0.08 | 0 | 0.12 | 263.33 | 0.23 | 0.84 |
| Hex | D5 | CE | E0 | 5 | 8 | 0 | C | 107 | 16 | 54 |
| Octal | 325 | 316 | 340 | 5 | 10 | 0 | 14 | 407 | 26 | 124 |
| Binary | 11010101 | 11001110 | 11100000 | 101 | 1000 | 0 | 1100 | 100000111 | 10110 | 1010100 |
Color Harmonies of #D5CEE0
Complementary color
Monochromatic Colors of #D5CEE0
Black with #D5CEE0
Text Example
Text Example
White with #D5CEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CEE0; }
p { color: rgb(213,206,224); }
H1.HeaderClassName
{
color: #D5CEE0;
}
.AnyTagClassName
{
color: #D5CEE0;
}
</style>
background-color css
<style>
a { background-color: #D5CEE0; }
a { background-color: rgb(213,206,224); }
div.DivClassName
{
background-color: #D5CEE0;
}
.BgClassName
{
background-color: #D5CEE0;
}
</style>
border-color css
<style>
span { border-color: #D5CEE0; }
span { border-color: rgb(213,206,224); }
td.TdClassName
{
border-color: #D5CEE0;
}
.TagClassName
{
border-color: #D5CEE0;
}
</style>