Shades of Fog #D1CEE0
Tints of Fog #D1CEE0
RGB
CMYK
RGB Variations
Color information
#D1CEE0 (or 0xD1CEE0) is known color: Fog. HEX triplet: D1, CE and E0. RGB value is (209,206,224). Sum of RGB (Red+Green+Blue) = 209+206+224=639 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.71% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 224 (87.89% from 255 or 35.05% from 639); Max value from RGB is 224 - color contains mainly: blue. Hex color #D1CEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CEE0 is #2E311F. Grayscale: #D0D0D0. Windows color (decimal): -3027232 or 14733009. OLE color: 14733009.
HSL color Cylindrical-coordinate representation of color #D1CEE0: hue angle of 250º 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 #D1CEE0 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 206 | 224 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.12 |
| HSL | 250º | 0.23% | 0.84% | - |
| HSV(B) | 250º | 0.08% | 0.88% | - |
| XYZ | 61.82 | 63.08 | 79.44 | - |
| YUV | 208.95 | 136.49 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 224 | 0.07 | 0.08 | 0 | 0.12 | 250 | 0.23 | 0.84 |
| Hex | D1 | CE | E0 | 7 | 8 | 0 | C | FA | 16 | 54 |
| Octal | 321 | 316 | 340 | 7 | 10 | 0 | 14 | 372 | 26 | 124 |
| Binary | 11010001 | 11001110 | 11100000 | 111 | 1000 | 0 | 1100 | 11111010 | 10110 | 1010100 |
Color Harmonies of #D1CEE0
Complementary color
Monochromatic Colors of #D1CEE0
Black with #D1CEE0
Text Example
Text Example
White with #D1CEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CEE0; }
p { color: rgb(209,206,224); }
H1.HeaderClassName
{
color: #D1CEE0;
}
.AnyTagClassName
{
color: #D1CEE0;
}
</style>
background-color css
<style>
a { background-color: #D1CEE0; }
a { background-color: rgb(209,206,224); }
div.DivClassName
{
background-color: #D1CEE0;
}
.BgClassName
{
background-color: #D1CEE0;
}
</style>
border-color css
<style>
span { border-color: #D1CEE0; }
span { border-color: rgb(209,206,224); }
td.TdClassName
{
border-color: #D1CEE0;
}
.TagClassName
{
border-color: #D1CEE0;
}
</style>