Shades of Fog #D7C8E4
Tints of Fog #D7C8E4
RGB
CMYK
RGB Variations
Color information
#D7C8E4 (or 0xD7C8E4) is known color: Fog. HEX triplet: D7, C8 and E4. RGB value is (215,200,228). Sum of RGB (Red+Green+Blue) = 215+200+228=643 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.44% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 228 (89.45% from 255 or 35.46% from 643); Max value from RGB is 228 - color contains mainly: blue. Hex color #D7C8E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C8E4 is #28371B. Grayscale: #CFCFCF. Windows color (decimal): -2635548 or 14993623. OLE color: 14993623.
HSL color Cylindrical-coordinate representation of color #D7C8E4: hue angle of 272.14º degrees, saturation: 0.34, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7C8E4 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 200 | 228 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.11 |
| HSL | 272.14º | 0.34% | 0.84% | - |
| HSV(B) | 272.14º | 0.12% | 0.89% | - |
| XYZ | 62.68 | 61.36 | 81.94 | - |
| YUV | 207.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 200 | 228 | 0.06 | 0.12 | 0 | 0.11 | 272.14 | 0.34 | 0.84 |
| Hex | D7 | C8 | E4 | 6 | C | 0 | B | 110 | 22 | 54 |
| Octal | 327 | 310 | 344 | 6 | 14 | 0 | 13 | 420 | 42 | 124 |
| Binary | 11010111 | 11001000 | 11100100 | 110 | 1100 | 0 | 1011 | 100010000 | 100010 | 1010100 |
Color Harmonies of #D7C8E4
Complementary color
Monochromatic Colors of #D7C8E4
Black with #D7C8E4
Text Example
Text Example
White with #D7C8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C8E4; }
p { color: rgb(215,200,228); }
H1.HeaderClassName
{
color: #D7C8E4;
}
.AnyTagClassName
{
color: #D7C8E4;
}
</style>
background-color css
<style>
a { background-color: #D7C8E4; }
a { background-color: rgb(215,200,228); }
div.DivClassName
{
background-color: #D7C8E4;
}
.BgClassName
{
background-color: #D7C8E4;
}
</style>
border-color css
<style>
span { border-color: #D7C8E4; }
span { border-color: rgb(215,200,228); }
td.TdClassName
{
border-color: #D7C8E4;
}
.TagClassName
{
border-color: #D7C8E4;
}
</style>