Shades of Fog #D2C7DB
Tints of Fog #D2C7DB
RGB
CMYK
RGB Variations
Color information
#D2C7DB (or 0xD2C7DB) is known color: Fog. HEX triplet: D2, C7 and DB. RGB value is (210,199,219). Sum of RGB (Red+Green+Blue) = 210+199+219=628 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.44% from 628); Green value is 199 (78.12% from 255 or 31.69% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2C7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C7DB is #2D3824. Grayscale: #CCCCCC. Windows color (decimal): -2963493 or 14403538. OLE color: 14403538.
HSL color Cylindrical-coordinate representation of color #D2C7DB: hue angle of 273º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2C7DB is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 199 | 219 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.14 |
| HSL | 273º | 0.22% | 0.82% | - |
| HSV(B) | 273º | 0.09% | 0.86% | - |
| XYZ | 59.79 | 59.66 | 75.38 | - |
| YUV | 204.57 | 136.14 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 199 | 219 | 0.04 | 0.09 | 0 | 0.14 | 273 | 0.22 | 0.82 |
| Hex | D2 | C7 | DB | 4 | 9 | 0 | E | 111 | 16 | 52 |
| Octal | 322 | 307 | 333 | 4 | 11 | 0 | 16 | 421 | 26 | 122 |
| Binary | 11010010 | 11000111 | 11011011 | 100 | 1001 | 0 | 1110 | 100010001 | 10110 | 1010010 |
Color Harmonies of #D2C7DB
Complementary color
Monochromatic Colors of #D2C7DB
Black with #D2C7DB
Text Example
Text Example
White with #D2C7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C7DB; }
p { color: rgb(210,199,219); }
H1.HeaderClassName
{
color: #D2C7DB;
}
.AnyTagClassName
{
color: #D2C7DB;
}
</style>
background-color css
<style>
a { background-color: #D2C7DB; }
a { background-color: rgb(210,199,219); }
div.DivClassName
{
background-color: #D2C7DB;
}
.BgClassName
{
background-color: #D2C7DB;
}
</style>
border-color css
<style>
span { border-color: #D2C7DB; }
span { border-color: rgb(210,199,219); }
td.TdClassName
{
border-color: #D2C7DB;
}
.TagClassName
{
border-color: #D2C7DB;
}
</style>