Shades of Fog #D2C7E1
Tints of Fog #D2C7E1
RGB
CMYK
RGB Variations
Color information
#D2C7E1 (or 0xD2C7E1) is known color: Fog. HEX triplet: D2, C7 and E1. RGB value is (210,199,225). Sum of RGB (Red+Green+Blue) = 210+199+225=634 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.12% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 225 (88.28% from 255 or 35.49% from 634); Max value from RGB is 225 - color contains mainly: blue. Hex color #D2C7E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C7E1 is #2D381E. Grayscale: #CDCDCD. Windows color (decimal): -2963487 or 14796754. OLE color: 14796754.
HSL color Cylindrical-coordinate representation of color #D2C7E1: hue angle of 265.38º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2C7E1 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 199 | 225 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.12 |
| HSL | 265.38º | 0.3% | 0.83% | - |
| HSV(B) | 265.38º | 0.12% | 0.88% | - |
| XYZ | 60.59 | 59.98 | 79.62 | - |
| YUV | 205.25 | 139.14 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 199 | 225 | 0.07 | 0.12 | 0 | 0.12 | 265.38 | 0.3 | 0.83 |
| Hex | D2 | C7 | E1 | 7 | C | 0 | C | 109 | 1E | 53 |
| Octal | 322 | 307 | 341 | 7 | 14 | 0 | 14 | 411 | 36 | 123 |
| Binary | 11010010 | 11000111 | 11100001 | 111 | 1100 | 0 | 1100 | 100001001 | 11110 | 1010011 |
Color Harmonies of #D2C7E1
Complementary color
Monochromatic Colors of #D2C7E1
Black with #D2C7E1
Text Example
Text Example
White with #D2C7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C7E1; }
p { color: rgb(210,199,225); }
H1.HeaderClassName
{
color: #D2C7E1;
}
.AnyTagClassName
{
color: #D2C7E1;
}
</style>
background-color css
<style>
a { background-color: #D2C7E1; }
a { background-color: rgb(210,199,225); }
div.DivClassName
{
background-color: #D2C7E1;
}
.BgClassName
{
background-color: #D2C7E1;
}
</style>
border-color css
<style>
span { border-color: #D2C7E1; }
span { border-color: rgb(210,199,225); }
td.TdClassName
{
border-color: #D2C7E1;
}
.TagClassName
{
border-color: #D2C7E1;
}
</style>