Shades of Fog #D2CED7
Tints of Fog #D2CED7
RGB
CMYK
RGB Variations
Color information
#D2CED7 (or 0xD2CED7) is known color: Fog. HEX triplet: D2, CE and D7. RGB value is (210,206,215). Sum of RGB (Red+Green+Blue) = 210+206+215=631 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.28% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 215 (84.38% from 255 or 34.07% from 631); Max value from RGB is 215 - color contains mainly: blue. Hex color #D2CED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CED7 is #2D3128. Grayscale: #D0D0D0. Windows color (decimal): -2961705 or 14143186. OLE color: 14143186.
HSL color Cylindrical-coordinate representation of color #D2CED7: hue angle of 266.67º degrees, saturation: 0.1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D2CED7 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 206 | 215 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.16 |
| HSL | 266.67º | 0.1% | 0.83% | - |
| HSV(B) | 266.67º | 0.04% | 0.84% | - |
| XYZ | 60.92 | 62.75 | 73.19 | - |
| YUV | 208.22 | 131.83 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 215 | 0.02 | 0.04 | 0 | 0.16 | 266.67 | 0.1 | 0.83 |
| Hex | D2 | CE | D7 | 2 | 4 | 0 | 10 | 10B | A | 53 |
| Octal | 322 | 316 | 327 | 2 | 4 | 0 | 20 | 413 | 12 | 123 |
| Binary | 11010010 | 11001110 | 11010111 | 10 | 100 | 0 | 10000 | 100001011 | 1010 | 1010011 |
Color Harmonies of #D2CED7
Complementary color
Monochromatic Colors of #D2CED7
Black with #D2CED7
Text Example
Text Example
White with #D2CED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CED7; }
p { color: rgb(210,206,215); }
H1.HeaderClassName
{
color: #D2CED7;
}
.AnyTagClassName
{
color: #D2CED7;
}
</style>
background-color css
<style>
a { background-color: #D2CED7; }
a { background-color: rgb(210,206,215); }
div.DivClassName
{
background-color: #D2CED7;
}
.BgClassName
{
background-color: #D2CED7;
}
</style>
border-color css
<style>
span { border-color: #D2CED7; }
span { border-color: rgb(210,206,215); }
td.TdClassName
{
border-color: #D2CED7;
}
.TagClassName
{
border-color: #D2CED7;
}
</style>