Shades of Fog #D7C9E2
Tints of Fog #D7C9E2
RGB
CMYK
RGB Variations
Color information
#D7C9E2 (or 0xD7C9E2) is known color: Fog. HEX triplet: D7, C9 and E2. RGB value is (215,201,226). Sum of RGB (Red+Green+Blue) = 215+201+226=642 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.49% from 642); Green value is 201 (78.91% from 255 or 31.31% from 642); Blue value is 226 (88.67% from 255 or 35.20% from 642); Max value from RGB is 226 - color contains mainly: blue. Hex color #D7C9E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C9E2 is #28361D. Grayscale: #CFCFCF. Windows color (decimal): -2635294 or 14862807. OLE color: 14862807.
HSL color Cylindrical-coordinate representation of color #D7C9E2: hue angle of 273.6º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7C9E2 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 201 | 226 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.11 |
| HSL | 273.6º | 0.3% | 0.84% | - |
| HSV(B) | 273.6º | 0.11% | 0.89% | - |
| XYZ | 62.64 | 61.71 | 80.56 | - |
| YUV | 208.04 | 138.14 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 201 | 226 | 0.05 | 0.11 | 0 | 0.11 | 273.6 | 0.3 | 0.84 |
| Hex | D7 | C9 | E2 | 5 | B | 0 | B | 112 | 1E | 54 |
| Octal | 327 | 311 | 342 | 5 | 13 | 0 | 13 | 422 | 36 | 124 |
| Binary | 11010111 | 11001001 | 11100010 | 101 | 1011 | 0 | 1011 | 100010010 | 11110 | 1010100 |
Color Harmonies of #D7C9E2
Complementary color
Monochromatic Colors of #D7C9E2
Black with #D7C9E2
Text Example
Text Example
White with #D7C9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C9E2; }
p { color: rgb(215,201,226); }
H1.HeaderClassName
{
color: #D7C9E2;
}
.AnyTagClassName
{
color: #D7C9E2;
}
</style>
background-color css
<style>
a { background-color: #D7C9E2; }
a { background-color: rgb(215,201,226); }
div.DivClassName
{
background-color: #D7C9E2;
}
.BgClassName
{
background-color: #D7C9E2;
}
</style>
border-color css
<style>
span { border-color: #D7C9E2; }
span { border-color: rgb(215,201,226); }
td.TdClassName
{
border-color: #D7C9E2;
}
.TagClassName
{
border-color: #D7C9E2;
}
</style>