Shades of Fog #D7C8E3
Tints of Fog #D7C8E3
RGB
CMYK
RGB Variations
Color information
#D7C8E3 (or 0xD7C8E3) is known color: Fog. HEX triplet: D7, C8 and E3. RGB value is (215,200,227). Sum of RGB (Red+Green+Blue) = 215+200+227=642 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.49% from 642); Green value is 200 (78.52% from 255 or 31.15% from 642); Blue value is 227 (89.06% from 255 or 35.36% from 642); Max value from RGB is 227 - color contains mainly: blue. Hex color #D7C8E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C8E3 is #28371C. Grayscale: #CFCFCF. Windows color (decimal): -2635549 or 14928087. OLE color: 14928087.
HSL color Cylindrical-coordinate representation of color #D7C8E3: hue angle of 273.33º degrees, saturation: 0.33, 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 #D7C8E3 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 200 | 227 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.11 |
| HSL | 273.33º | 0.33% | 0.84% | - |
| HSV(B) | 273.33º | 0.12% | 0.89% | - |
| XYZ | 62.54 | 61.3 | 81.21 | - |
| YUV | 207.56 | 138.97 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 200 | 227 | 0.05 | 0.12 | 0 | 0.11 | 273.33 | 0.33 | 0.84 |
| Hex | D7 | C8 | E3 | 5 | C | 0 | B | 111 | 21 | 54 |
| Octal | 327 | 310 | 343 | 5 | 14 | 0 | 13 | 421 | 41 | 124 |
| Binary | 11010111 | 11001000 | 11100011 | 101 | 1100 | 0 | 1011 | 100010001 | 100001 | 1010100 |
Color Harmonies of #D7C8E3
Complementary color
Monochromatic Colors of #D7C8E3
Black with #D7C8E3
Text Example
Text Example
White with #D7C8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C8E3; }
p { color: rgb(215,200,227); }
H1.HeaderClassName
{
color: #D7C8E3;
}
.AnyTagClassName
{
color: #D7C8E3;
}
</style>
background-color css
<style>
a { background-color: #D7C8E3; }
a { background-color: rgb(215,200,227); }
div.DivClassName
{
background-color: #D7C8E3;
}
.BgClassName
{
background-color: #D7C8E3;
}
</style>
border-color css
<style>
span { border-color: #D7C8E3; }
span { border-color: rgb(215,200,227); }
td.TdClassName
{
border-color: #D7C8E3;
}
.TagClassName
{
border-color: #D7C8E3;
}
</style>