Shades of Fog #D1CAE8
Tints of Fog #D1CAE8
RGB
CMYK
RGB Variations
Color information
#D1CAE8 (or 0xD1CAE8) is known color: Fog. HEX triplet: D1, CA and E8. RGB value is (209,202,232). Sum of RGB (Red+Green+Blue) = 209+202+232=643 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.50% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 232 (91.02% from 255 or 36.08% from 643); Max value from RGB is 232 - color contains mainly: blue. Hex color #D1CAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CAE8 is #2E3517. Grayscale: #CFCFCF. Windows color (decimal): -3028248 or 15256273. OLE color: 15256273.
HSL color Cylindrical-coordinate representation of color #D1CAE8: hue angle of 254º 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 #D1CAE8 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 202 | 232 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.09 |
| HSL | 254º | 0.39% | 0.85% | - |
| HSV(B) | 254º | 0.13% | 0.91% | - |
| XYZ | 61.98 | 61.62 | 84.97 | - |
| YUV | 207.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 202 | 232 | 0.10 | 0.13 | 0 | 0.09 | 254 | 0.39 | 0.85 |
| Hex | D1 | CA | E8 | A | D | 0 | 9 | FE | 27 | 55 |
| Octal | 321 | 312 | 350 | 12 | 15 | 0 | 11 | 376 | 47 | 125 |
| Binary | 11010001 | 11001010 | 11101000 | 1010 | 1101 | 0 | 1001 | 11111110 | 100111 | 1010101 |
Color Harmonies of #D1CAE8
Complementary color
Monochromatic Colors of #D1CAE8
Black with #D1CAE8
Text Example
Text Example
White with #D1CAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CAE8; }
p { color: rgb(209,202,232); }
H1.HeaderClassName
{
color: #D1CAE8;
}
.AnyTagClassName
{
color: #D1CAE8;
}
</style>
background-color css
<style>
a { background-color: #D1CAE8; }
a { background-color: rgb(209,202,232); }
div.DivClassName
{
background-color: #D1CAE8;
}
.BgClassName
{
background-color: #D1CAE8;
}
</style>
border-color css
<style>
span { border-color: #D1CAE8; }
span { border-color: rgb(209,202,232); }
td.TdClassName
{
border-color: #D1CAE8;
}
.TagClassName
{
border-color: #D1CAE8;
}
</style>