Shades of Fog #D4CAEE
Tints of Fog #D4CAEE
RGB
CMYK
RGB Variations
Color information
#D4CAEE (or 0xD4CAEE) is known color: Fog. HEX triplet: D4, CA and EE. RGB value is (212,202,238). Sum of RGB (Red+Green+Blue) = 212+202+238=652 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.52% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4CAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CAEE is #2B3511. Grayscale: #D0D0D0. Windows color (decimal): -2831634 or 15649492. OLE color: 15649492.
HSL color Cylindrical-coordinate representation of color #D4CAEE: hue angle of 256.67º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4CAEE is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 202 | 238 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.07 |
| HSL | 256.67º | 0.51% | 0.86% | - |
| HSV(B) | 256.67º | 0.15% | 0.93% | - |
| XYZ | 63.7 | 62.41 | 89.58 | - |
| YUV | 209.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 238 | 0.11 | 0.15 | 0 | 0.07 | 256.67 | 0.51 | 0.86 |
| Hex | D4 | CA | EE | B | F | 0 | 7 | 101 | 33 | 56 |
| Octal | 324 | 312 | 356 | 13 | 17 | 0 | 7 | 401 | 63 | 126 |
| Binary | 11010100 | 11001010 | 11101110 | 1011 | 1111 | 0 | 111 | 100000001 | 110011 | 1010110 |
Color Harmonies of #D4CAEE
Complementary color
Monochromatic Colors of #D4CAEE
Black with #D4CAEE
Text Example
Text Example
White with #D4CAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CAEE; }
p { color: rgb(212,202,238); }
H1.HeaderClassName
{
color: #D4CAEE;
}
.AnyTagClassName
{
color: #D4CAEE;
}
</style>
background-color css
<style>
a { background-color: #D4CAEE; }
a { background-color: rgb(212,202,238); }
div.DivClassName
{
background-color: #D4CAEE;
}
.BgClassName
{
background-color: #D4CAEE;
}
</style>
border-color css
<style>
span { border-color: #D4CAEE; }
span { border-color: rgb(212,202,238); }
td.TdClassName
{
border-color: #D4CAEE;
}
.TagClassName
{
border-color: #D4CAEE;
}
</style>