Shades of Fog #D5CAE7
Tints of Fog #D5CAE7
RGB
CMYK
RGB Variations
Color information
#D5CAE7 (or 0xD5CAE7) is known color: Fog. HEX triplet: D5, CA and E7. RGB value is (213,202,231). Sum of RGB (Red+Green+Blue) = 213+202+231=646 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.97% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 231 (90.62% from 255 or 35.76% from 646); Max value from RGB is 231 - color contains mainly: blue. Hex color #D5CAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CAE7 is #2A3518. Grayscale: #D0D0D0. Windows color (decimal): -2766105 or 15190741. OLE color: 15190741.
HSL color Cylindrical-coordinate representation of color #D5CAE7: hue angle of 262.76º degrees, saturation: 0.38, 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 #D5CAE7 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 202 | 231 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.09 |
| HSL | 262.76º | 0.38% | 0.85% | - |
| HSV(B) | 262.76º | 0.13% | 0.91% | - |
| XYZ | 62.98 | 62.16 | 84.28 | - |
| YUV | 208.6 | 140.64 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 231 | 0.08 | 0.13 | 0 | 0.09 | 262.76 | 0.38 | 0.85 |
| Hex | D5 | CA | E7 | 8 | D | 0 | 9 | 107 | 26 | 55 |
| Octal | 325 | 312 | 347 | 10 | 15 | 0 | 11 | 407 | 46 | 125 |
| Binary | 11010101 | 11001010 | 11100111 | 1000 | 1101 | 0 | 1001 | 100000111 | 100110 | 1010101 |
Color Harmonies of #D5CAE7
Complementary color
Monochromatic Colors of #D5CAE7
Black with #D5CAE7
Text Example
Text Example
White with #D5CAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CAE7; }
p { color: rgb(213,202,231); }
H1.HeaderClassName
{
color: #D5CAE7;
}
.AnyTagClassName
{
color: #D5CAE7;
}
</style>
background-color css
<style>
a { background-color: #D5CAE7; }
a { background-color: rgb(213,202,231); }
div.DivClassName
{
background-color: #D5CAE7;
}
.BgClassName
{
background-color: #D5CAE7;
}
</style>
border-color css
<style>
span { border-color: #D5CAE7; }
span { border-color: rgb(213,202,231); }
td.TdClassName
{
border-color: #D5CAE7;
}
.TagClassName
{
border-color: #D5CAE7;
}
</style>