Shades of Fog #D5CAE9
Tints of Fog #D5CAE9
RGB
CMYK
RGB Variations
Color information
#D5CAE9 (or 0xD5CAE9) is known color: Fog. HEX triplet: D5, CA and E9. RGB value is (213,202,233). Sum of RGB (Red+Green+Blue) = 213+202+233=648 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.87% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 233 (91.41% from 255 or 35.96% from 648); Max value from RGB is 233 - color contains mainly: blue. Hex color #D5CAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CAE9 is #2A3516. Grayscale: #D0D0D0. Windows color (decimal): -2766103 or 15321813. OLE color: 15321813.
HSL color Cylindrical-coordinate representation of color #D5CAE9: hue angle of 261.29º degrees, saturation: 0.41, 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 #D5CAE9 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 213 | 202 | 233 | - |
CMYK | 0.09 | 0.13 | 0 | 0.09 |
HSL | 261.29º | 0.41% | 0.85% | - |
HSV(B) | 261.29º | 0.13% | 0.91% | - |
XYZ | 63.27 | 62.27 | 85.78 | - |
YUV | 208.82 | 141.64 | 130.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 202 | 233 | 0.09 | 0.13 | 0 | 0.09 | 261.29 | 0.41 | 0.85 |
Hex | D5 | CA | E9 | 9 | D | 0 | 9 | 105 | 29 | 55 |
Octal | 325 | 312 | 351 | 11 | 15 | 0 | 11 | 405 | 51 | 125 |
Binary | 11010101 | 11001010 | 11101001 | 1001 | 1101 | 0 | 1001 | 100000101 | 101001 | 1010101 |
Color Harmonies of #D5CAE9
Complementary color
Monochromatic Colors of #D5CAE9
Black with #D5CAE9
Text Example
Text Example
White with #D5CAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CAE9; }
p { color: rgb(213,202,233); }
H1.HeaderClassName
{
color: #D5CAE9;
}
.AnyTagClassName
{
color: #D5CAE9;
}
</style>
background-color css
<style>
a { background-color: #D5CAE9; }
a { background-color: rgb(213,202,233); }
div.DivClassName
{
background-color: #D5CAE9;
}
.BgClassName
{
background-color: #D5CAE9;
}
</style>
border-color css
<style>
span { border-color: #D5CAE9; }
span { border-color: rgb(213,202,233); }
td.TdClassName
{
border-color: #D5CAE9;
}
.TagClassName
{
border-color: #D5CAE9;
}
</style>