Shades of Fog #D4CAEF
Tints of Fog #D4CAEF
RGB
CMYK
RGB Variations
Color information
#D4CAEF (or 0xD4CAEF) is known color: Fog. HEX triplet: D4, CA and EF. RGB value is (212,202,239). Sum of RGB (Red+Green+Blue) = 212+202+239=653 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.47% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4CAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CAEF is #2B3510. Grayscale: #D1D1D1. Windows color (decimal): -2831633 or 15715028. OLE color: 15715028.
HSL color Cylindrical-coordinate representation of color #D4CAEF: hue angle of 256.22º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4CAEF is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 202 | 239 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.06 |
| HSL | 256.22º | 0.54% | 0.86% | - |
| HSV(B) | 256.22º | 0.15% | 0.94% | - |
| XYZ | 63.85 | 62.47 | 90.35 | - |
| YUV | 209.21 | 144.81 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 239 | 0.11 | 0.15 | 0 | 0.06 | 256.22 | 0.54 | 0.86 |
| Hex | D4 | CA | EF | B | F | 0 | 6 | 100 | 36 | 56 |
| Octal | 324 | 312 | 357 | 13 | 17 | 0 | 6 | 400 | 66 | 126 |
| Binary | 11010100 | 11001010 | 11101111 | 1011 | 1111 | 0 | 110 | 100000000 | 110110 | 1010110 |
Color Harmonies of #D4CAEF
Complementary color
Monochromatic Colors of #D4CAEF
Black with #D4CAEF
Text Example
Text Example
White with #D4CAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CAEF; }
p { color: rgb(212,202,239); }
H1.HeaderClassName
{
color: #D4CAEF;
}
.AnyTagClassName
{
color: #D4CAEF;
}
</style>
background-color css
<style>
a { background-color: #D4CAEF; }
a { background-color: rgb(212,202,239); }
div.DivClassName
{
background-color: #D4CAEF;
}
.BgClassName
{
background-color: #D4CAEF;
}
</style>
border-color css
<style>
span { border-color: #D4CAEF; }
span { border-color: rgb(212,202,239); }
td.TdClassName
{
border-color: #D4CAEF;
}
.TagClassName
{
border-color: #D4CAEF;
}
</style>