Shades of Fog #D5CAE6
Tints of Fog #D5CAE6
RGB
CMYK
RGB Variations
Color information
#D5CAE6 (or 0xD5CAE6) is known color: Fog. HEX triplet: D5, CA and E6. RGB value is (213,202,230). Sum of RGB (Red+Green+Blue) = 213+202+230=645 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.02% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 230 (90.23% from 255 or 35.66% from 645); Max value from RGB is 230 - color contains mainly: blue. Hex color #D5CAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CAE6 is #2A3519. Grayscale: #D0D0D0. Windows color (decimal): -2766106 or 15125205. OLE color: 15125205.
HSL color Cylindrical-coordinate representation of color #D5CAE6: hue angle of 263.57º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5CAE6 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 202 | 230 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.10 |
| HSL | 263.57º | 0.36% | 0.85% | - |
| HSV(B) | 263.57º | 0.12% | 0.9% | - |
| XYZ | 62.84 | 62.1 | 83.54 | - |
| YUV | 208.48 | 140.14 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 230 | 0.07 | 0.12 | 0 | 0.10 | 263.57 | 0.36 | 0.85 |
| Hex | D5 | CA | E6 | 7 | C | 0 | A | 108 | 24 | 55 |
| Octal | 325 | 312 | 346 | 7 | 14 | 0 | 12 | 410 | 44 | 125 |
| Binary | 11010101 | 11001010 | 11100110 | 111 | 1100 | 0 | 1010 | 100001000 | 100100 | 1010101 |
Color Harmonies of #D5CAE6
Complementary color
Monochromatic Colors of #D5CAE6
Black with #D5CAE6
Text Example
Text Example
White with #D5CAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CAE6; }
p { color: rgb(213,202,230); }
H1.HeaderClassName
{
color: #D5CAE6;
}
.AnyTagClassName
{
color: #D5CAE6;
}
</style>
background-color css
<style>
a { background-color: #D5CAE6; }
a { background-color: rgb(213,202,230); }
div.DivClassName
{
background-color: #D5CAE6;
}
.BgClassName
{
background-color: #D5CAE6;
}
</style>
border-color css
<style>
span { border-color: #D5CAE6; }
span { border-color: rgb(213,202,230); }
td.TdClassName
{
border-color: #D5CAE6;
}
.TagClassName
{
border-color: #D5CAE6;
}
</style>