Shades of Fog #D2CBD9
Tints of Fog #D2CBD9
RGB
CMYK
RGB Variations
Color information
#D2CBD9 (or 0xD2CBD9) is known color: Fog. HEX triplet: D2, CB and D9. RGB value is (210,203,217). Sum of RGB (Red+Green+Blue) = 210+203+217=630 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.33% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 217 (85.16% from 255 or 34.44% from 630); Max value from RGB is 217 - color contains mainly: blue. Hex color #D2CBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CBD9 is #2D3426. Grayscale: #CECECE. Windows color (decimal): -2962471 or 14273490. OLE color: 14273490.
HSL color Cylindrical-coordinate representation of color #D2CBD9: hue angle of 270º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D2CBD9 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 203 | 217 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.15 |
| HSL | 270º | 0.16% | 0.82% | - |
| HSV(B) | 270º | 0.06% | 0.85% | - |
| XYZ | 60.46 | 61.42 | 74.32 | - |
| YUV | 206.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 217 | 0.03 | 0.06 | 0 | 0.15 | 270 | 0.16 | 0.82 |
| Hex | D2 | CB | D9 | 3 | 6 | 0 | F | 10E | 10 | 52 |
| Octal | 322 | 313 | 331 | 3 | 6 | 0 | 17 | 416 | 20 | 122 |
| Binary | 11010010 | 11001011 | 11011001 | 11 | 110 | 0 | 1111 | 100001110 | 10000 | 1010010 |
Color Harmonies of #D2CBD9
Complementary color
Monochromatic Colors of #D2CBD9
Black with #D2CBD9
Text Example
Text Example
White with #D2CBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CBD9; }
p { color: rgb(210,203,217); }
H1.HeaderClassName
{
color: #D2CBD9;
}
.AnyTagClassName
{
color: #D2CBD9;
}
</style>
background-color css
<style>
a { background-color: #D2CBD9; }
a { background-color: rgb(210,203,217); }
div.DivClassName
{
background-color: #D2CBD9;
}
.BgClassName
{
background-color: #D2CBD9;
}
</style>
border-color css
<style>
span { border-color: #D2CBD9; }
span { border-color: rgb(210,203,217); }
td.TdClassName
{
border-color: #D2CBD9;
}
.TagClassName
{
border-color: #D2CBD9;
}
</style>