Shades of Fog #D5CAE4
Tints of Fog #D5CAE4
RGB
CMYK
RGB Variations
Color information
#D5CAE4 (or 0xD5CAE4) is known color: Fog. HEX triplet: D5, CA and E4. RGB value is (213,202,228). Sum of RGB (Red+Green+Blue) = 213+202+228=643 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.13% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 228 (89.45% from 255 or 35.46% from 643); Max value from RGB is 228 - color contains mainly: blue. Hex color #D5CAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CAE4 is #2A351B. Grayscale: #D0D0D0. Windows color (decimal): -2766108 or 14994133. OLE color: 14994133.
HSL color Cylindrical-coordinate representation of color #D5CAE4: hue angle of 265.38º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5CAE4 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 202 | 228 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.11 |
| HSL | 265.38º | 0.33% | 0.84% | - |
| HSV(B) | 265.38º | 0.11% | 0.89% | - |
| XYZ | 62.56 | 61.99 | 82.07 | - |
| YUV | 208.25 | 139.14 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 228 | 0.07 | 0.11 | 0 | 0.11 | 265.38 | 0.33 | 0.84 |
| Hex | D5 | CA | E4 | 7 | B | 0 | B | 109 | 20 | 54 |
| Octal | 325 | 312 | 344 | 7 | 13 | 0 | 13 | 411 | 40 | 124 |
| Binary | 11010101 | 11001010 | 11100100 | 111 | 1011 | 0 | 1011 | 100001001 | 100000 | 1010100 |
Color Harmonies of #D5CAE4
Complementary color
Monochromatic Colors of #D5CAE4
Black with #D5CAE4
Text Example
Text Example
White with #D5CAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CAE4; }
p { color: rgb(213,202,228); }
H1.HeaderClassName
{
color: #D5CAE4;
}
.AnyTagClassName
{
color: #D5CAE4;
}
</style>
background-color css
<style>
a { background-color: #D5CAE4; }
a { background-color: rgb(213,202,228); }
div.DivClassName
{
background-color: #D5CAE4;
}
.BgClassName
{
background-color: #D5CAE4;
}
</style>
border-color css
<style>
span { border-color: #D5CAE4; }
span { border-color: rgb(213,202,228); }
td.TdClassName
{
border-color: #D5CAE4;
}
.TagClassName
{
border-color: #D5CAE4;
}
</style>