Shades of Fog #D1CEDE
Tints of Fog #D1CEDE
RGB
CMYK
RGB Variations
Color information
#D1CEDE (or 0xD1CEDE) is known color: Fog. HEX triplet: D1, CE and DE. RGB value is (209,206,222). Sum of RGB (Red+Green+Blue) = 209+206+222=637 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.81% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 222 - color contains mainly: blue. Hex color #D1CEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CEDE is #2E3121. Grayscale: #D0D0D0. Windows color (decimal): -3027234 or 14601937. OLE color: 14601937.
HSL color Cylindrical-coordinate representation of color #D1CEDE: hue angle of 251.25º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D1CEDE is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 206 | 222 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.13 |
| HSL | 251.25º | 0.2% | 0.84% | - |
| HSV(B) | 251.25º | 0.07% | 0.87% | - |
| XYZ | 61.55 | 62.97 | 78.02 | - |
| YUV | 208.72 | 135.49 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 222 | 0.06 | 0.07 | 0 | 0.13 | 251.25 | 0.2 | 0.84 |
| Hex | D1 | CE | DE | 6 | 7 | 0 | D | FB | 14 | 54 |
| Octal | 321 | 316 | 336 | 6 | 7 | 0 | 15 | 373 | 24 | 124 |
| Binary | 11010001 | 11001110 | 11011110 | 110 | 111 | 0 | 1101 | 11111011 | 10100 | 1010100 |
Color Harmonies of #D1CEDE
Complementary color
Monochromatic Colors of #D1CEDE
Black with #D1CEDE
Text Example
Text Example
White with #D1CEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CEDE; }
p { color: rgb(209,206,222); }
H1.HeaderClassName
{
color: #D1CEDE;
}
.AnyTagClassName
{
color: #D1CEDE;
}
</style>
background-color css
<style>
a { background-color: #D1CEDE; }
a { background-color: rgb(209,206,222); }
div.DivClassName
{
background-color: #D1CEDE;
}
.BgClassName
{
background-color: #D1CEDE;
}
</style>
border-color css
<style>
span { border-color: #D1CEDE; }
span { border-color: rgb(209,206,222); }
td.TdClassName
{
border-color: #D1CEDE;
}
.TagClassName
{
border-color: #D1CEDE;
}
</style>