Shades of Fog #D4CAE8
Tints of Fog #D4CAE8
RGB
CMYK
RGB Variations
Color information
#D4CAE8 (or 0xD4CAE8) is known color: Fog. HEX triplet: D4, CA and E8. RGB value is (212,202,232). Sum of RGB (Red+Green+Blue) = 212+202+232=646 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.82% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 232 (91.02% from 255 or 35.91% from 646); Max value from RGB is 232 - color contains mainly: blue. Hex color #D4CAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CAE8 is #2B3517. Grayscale: #D0D0D0. Windows color (decimal): -2831640 or 15256276. OLE color: 15256276.
HSL color Cylindrical-coordinate representation of color #D4CAE8: hue angle of 260º 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 #D4CAE8 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 202 | 232 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.09 |
| HSL | 260º | 0.39% | 0.85% | - |
| HSV(B) | 260º | 0.13% | 0.91% | - |
| XYZ | 62.84 | 62.06 | 85.01 | - |
| YUV | 208.41 | 141.31 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 232 | 0.09 | 0.13 | 0 | 0.09 | 260 | 0.39 | 0.85 |
| Hex | D4 | CA | E8 | 9 | D | 0 | 9 | 104 | 27 | 55 |
| Octal | 324 | 312 | 350 | 11 | 15 | 0 | 11 | 404 | 47 | 125 |
| Binary | 11010100 | 11001010 | 11101000 | 1001 | 1101 | 0 | 1001 | 100000100 | 100111 | 1010101 |
Color Harmonies of #D4CAE8
Complementary color
Monochromatic Colors of #D4CAE8
Black with #D4CAE8
Text Example
Text Example
White with #D4CAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CAE8; }
p { color: rgb(212,202,232); }
H1.HeaderClassName
{
color: #D4CAE8;
}
.AnyTagClassName
{
color: #D4CAE8;
}
</style>
background-color css
<style>
a { background-color: #D4CAE8; }
a { background-color: rgb(212,202,232); }
div.DivClassName
{
background-color: #D4CAE8;
}
.BgClassName
{
background-color: #D4CAE8;
}
</style>
border-color css
<style>
span { border-color: #D4CAE8; }
span { border-color: rgb(212,202,232); }
td.TdClassName
{
border-color: #D4CAE8;
}
.TagClassName
{
border-color: #D4CAE8;
}
</style>