Shades of Fog #D4CAE6
Tints of Fog #D4CAE6
RGB
CMYK
RGB Variations
Color information
#D4CAE6 (or 0xD4CAE6) is known color: Fog. HEX triplet: D4, CA and E6. RGB value is (212,202,230). Sum of RGB (Red+Green+Blue) = 212+202+230=644 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.92% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 230 - color contains mainly: blue. Hex color #D4CAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CAE6 is #2B3519. Grayscale: #D0D0D0. Windows color (decimal): -2831642 or 15125204. OLE color: 15125204.
HSL color Cylindrical-coordinate representation of color #D4CAE6: hue angle of 261.43º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4CAE6 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 202 | 230 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.10 |
| HSL | 261.43º | 0.36% | 0.85% | - |
| HSV(B) | 261.43º | 0.12% | 0.9% | - |
| XYZ | 62.55 | 61.95 | 83.52 | - |
| YUV | 208.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 230 | 0.08 | 0.12 | 0 | 0.10 | 261.43 | 0.36 | 0.85 |
| Hex | D4 | CA | E6 | 8 | C | 0 | A | 105 | 24 | 55 |
| Octal | 324 | 312 | 346 | 10 | 14 | 0 | 12 | 405 | 44 | 125 |
| Binary | 11010100 | 11001010 | 11100110 | 1000 | 1100 | 0 | 1010 | 100000101 | 100100 | 1010101 |
Color Harmonies of #D4CAE6
Complementary color
Monochromatic Colors of #D4CAE6
Black with #D4CAE6
Text Example
Text Example
White with #D4CAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CAE6; }
p { color: rgb(212,202,230); }
H1.HeaderClassName
{
color: #D4CAE6;
}
.AnyTagClassName
{
color: #D4CAE6;
}
</style>
background-color css
<style>
a { background-color: #D4CAE6; }
a { background-color: rgb(212,202,230); }
div.DivClassName
{
background-color: #D4CAE6;
}
.BgClassName
{
background-color: #D4CAE6;
}
</style>
border-color css
<style>
span { border-color: #D4CAE6; }
span { border-color: rgb(212,202,230); }
td.TdClassName
{
border-color: #D4CAE6;
}
.TagClassName
{
border-color: #D4CAE6;
}
</style>