Shades of Fog #D7C7EC
Tints of Fog #D7C7EC
RGB
CMYK
RGB Variations
Color information
#D7C7EC (or 0xD7C7EC) is known color: Fog. HEX triplet: D7, C7 and EC. RGB value is (215,199,236). Sum of RGB (Red+Green+Blue) = 215+199+236=650 (86% of max value = 765). Red value is 215 (84.38% from 255 or 33.08% from 650); Green value is 199 (78.12% from 255 or 30.62% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #D7C7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C7EC is #283813. Grayscale: #CFCFCF. Windows color (decimal): -2635796 or 15517655. OLE color: 15517655.
HSL color Cylindrical-coordinate representation of color #D7C7EC: hue angle of 265.95º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7C7EC is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 199 | 236 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.07 |
| HSL | 265.95º | 0.49% | 0.85% | - |
| HSV(B) | 265.95º | 0.16% | 0.93% | - |
| XYZ | 63.59 | 61.35 | 87.85 | - |
| YUV | 208 | 143.8 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 199 | 236 | 0.09 | 0.16 | 0 | 0.07 | 265.95 | 0.49 | 0.85 |
| Hex | D7 | C7 | EC | 9 | 10 | 0 | 7 | 10A | 31 | 55 |
| Octal | 327 | 307 | 354 | 11 | 20 | 0 | 7 | 412 | 61 | 125 |
| Binary | 11010111 | 11000111 | 11101100 | 1001 | 10000 | 0 | 111 | 100001010 | 110001 | 1010101 |
Color Harmonies of #D7C7EC
Complementary color
Monochromatic Colors of #D7C7EC
Black with #D7C7EC
Text Example
Text Example
White with #D7C7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C7EC; }
p { color: rgb(215,199,236); }
H1.HeaderClassName
{
color: #D7C7EC;
}
.AnyTagClassName
{
color: #D7C7EC;
}
</style>
background-color css
<style>
a { background-color: #D7C7EC; }
a { background-color: rgb(215,199,236); }
div.DivClassName
{
background-color: #D7C7EC;
}
.BgClassName
{
background-color: #D7C7EC;
}
</style>
border-color css
<style>
span { border-color: #D7C7EC; }
span { border-color: rgb(215,199,236); }
td.TdClassName
{
border-color: #D7C7EC;
}
.TagClassName
{
border-color: #D7C7EC;
}
</style>