Shades of Fog #D2CEDD
Tints of Fog #D2CEDD
RGB
CMYK
RGB Variations
Color information
#D2CEDD (or 0xD2CEDD) is known color: Fog. HEX triplet: D2, CE and DD. RGB value is (210,206,221). Sum of RGB (Red+Green+Blue) = 210+206+221=637 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.97% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 221 - color contains mainly: blue. Hex color #D2CEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CEDD is #2D3122. Grayscale: #D0D0D0. Windows color (decimal): -2961699 or 14536402. OLE color: 14536402.
HSL color Cylindrical-coordinate representation of color #D2CEDD: hue angle of 256º degrees, saturation: 0.18, 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 #D2CEDD is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 206 | 221 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.13 |
| HSL | 256º | 0.18% | 0.84% | - |
| HSV(B) | 256º | 0.07% | 0.87% | - |
| XYZ | 61.7 | 63.06 | 77.33 | - |
| YUV | 208.91 | 134.83 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 221 | 0.05 | 0.07 | 0 | 0.13 | 256 | 0.18 | 0.84 |
| Hex | D2 | CE | DD | 5 | 7 | 0 | D | 100 | 12 | 54 |
| Octal | 322 | 316 | 335 | 5 | 7 | 0 | 15 | 400 | 22 | 124 |
| Binary | 11010010 | 11001110 | 11011101 | 101 | 111 | 0 | 1101 | 100000000 | 10010 | 1010100 |
Color Harmonies of #D2CEDD
Complementary color
Monochromatic Colors of #D2CEDD
Black with #D2CEDD
Text Example
Text Example
White with #D2CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CEDD; }
p { color: rgb(210,206,221); }
H1.HeaderClassName
{
color: #D2CEDD;
}
.AnyTagClassName
{
color: #D2CEDD;
}
</style>
background-color css
<style>
a { background-color: #D2CEDD; }
a { background-color: rgb(210,206,221); }
div.DivClassName
{
background-color: #D2CEDD;
}
.BgClassName
{
background-color: #D2CEDD;
}
</style>
border-color css
<style>
span { border-color: #D2CEDD; }
span { border-color: rgb(210,206,221); }
td.TdClassName
{
border-color: #D2CEDD;
}
.TagClassName
{
border-color: #D2CEDD;
}
</style>