Shades of Fog #D7C5EE
Tints of Fog #D7C5EE
RGB
CMYK
RGB Variations
Color information
#D7C5EE (or 0xD7C5EE) is known color: Fog. HEX triplet: D7, C5 and EE. RGB value is (215,197,238). Sum of RGB (Red+Green+Blue) = 215+197+238=650 (86% of max value = 765). Red value is 215 (84.38% from 255 or 33.08% from 650); Green value is 197 (77.34% from 255 or 30.31% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #D7C5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C5EE is #283A11. Grayscale: #CECECE. Windows color (decimal): -2636306 or 15648215. OLE color: 15648215.
HSL color Cylindrical-coordinate representation of color #D7C5EE: hue angle of 266.34º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7C5EE is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 197 | 238 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.07 |
| HSL | 266.34º | 0.55% | 0.85% | - |
| HSV(B) | 266.34º | 0.17% | 0.93% | - |
| XYZ | 63.42 | 60.55 | 89.23 | - |
| YUV | 207.06 | 145.46 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 197 | 238 | 0.10 | 0.17 | 0 | 0.07 | 266.34 | 0.55 | 0.85 |
| Hex | D7 | C5 | EE | A | 11 | 0 | 7 | 10A | 37 | 55 |
| Octal | 327 | 305 | 356 | 12 | 21 | 0 | 7 | 412 | 67 | 125 |
| Binary | 11010111 | 11000101 | 11101110 | 1010 | 10001 | 0 | 111 | 100001010 | 110111 | 1010101 |
Color Harmonies of #D7C5EE
Complementary color
Monochromatic Colors of #D7C5EE
Black with #D7C5EE
Text Example
Text Example
White with #D7C5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C5EE; }
p { color: rgb(215,197,238); }
H1.HeaderClassName
{
color: #D7C5EE;
}
.AnyTagClassName
{
color: #D7C5EE;
}
</style>
background-color css
<style>
a { background-color: #D7C5EE; }
a { background-color: rgb(215,197,238); }
div.DivClassName
{
background-color: #D7C5EE;
}
.BgClassName
{
background-color: #D7C5EE;
}
</style>
border-color css
<style>
span { border-color: #D7C5EE; }
span { border-color: rgb(215,197,238); }
td.TdClassName
{
border-color: #D7C5EE;
}
.TagClassName
{
border-color: #D7C5EE;
}
</style>