Shades of Fog #D7CAE8
Tints of Fog #D7CAE8
RGB
CMYK
RGB Variations
Color information
#D7CAE8 (or 0xD7CAE8) is known color: Fog. HEX triplet: D7, CA and E8. RGB value is (215,202,232). Sum of RGB (Red+Green+Blue) = 215+202+232=649 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.13% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 232 - color contains mainly: blue. Hex color #D7CAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CAE8 is #283517. Grayscale: #D1D1D1. Windows color (decimal): -2635032 or 15256279. OLE color: 15256279.
HSL color Cylindrical-coordinate representation of color #D7CAE8: hue angle of 266º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7CAE8 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 202 | 232 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.09 |
| HSL | 266º | 0.39% | 0.85% | - |
| HSV(B) | 266º | 0.13% | 0.91% | - |
| XYZ | 63.71 | 62.51 | 85.05 | - |
| YUV | 209.31 | 140.81 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 202 | 232 | 0.07 | 0.13 | 0 | 0.09 | 266 | 0.39 | 0.85 |
| Hex | D7 | CA | E8 | 7 | D | 0 | 9 | 10A | 27 | 55 |
| Octal | 327 | 312 | 350 | 7 | 15 | 0 | 11 | 412 | 47 | 125 |
| Binary | 11010111 | 11001010 | 11101000 | 111 | 1101 | 0 | 1001 | 100001010 | 100111 | 1010101 |
Color Harmonies of #D7CAE8
Complementary color
Monochromatic Colors of #D7CAE8
Black with #D7CAE8
Text Example
Text Example
White with #D7CAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CAE8; }
p { color: rgb(215,202,232); }
H1.HeaderClassName
{
color: #D7CAE8;
}
.AnyTagClassName
{
color: #D7CAE8;
}
</style>
background-color css
<style>
a { background-color: #D7CAE8; }
a { background-color: rgb(215,202,232); }
div.DivClassName
{
background-color: #D7CAE8;
}
.BgClassName
{
background-color: #D7CAE8;
}
</style>
border-color css
<style>
span { border-color: #D7CAE8; }
span { border-color: rgb(215,202,232); }
td.TdClassName
{
border-color: #D7CAE8;
}
.TagClassName
{
border-color: #D7CAE8;
}
</style>