Shades of Fog #D4CAF6
Tints of Fog #D4CAF6
RGB
CMYK
RGB Variations
Color information
#D4CAF6 (or 0xD4CAF6) is known color: Fog. HEX triplet: D4, CA and F6. RGB value is (212,202,246). Sum of RGB (Red+Green+Blue) = 212+202+246=660 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.12% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 246 (96.48% from 255 or 37.27% from 660); Max value from RGB is 246 - color contains mainly: blue. Hex color #D4CAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CAF6 is #2B3509. Grayscale: #D1D1D1. Windows color (decimal): -2831626 or 16173780. OLE color: 16173780.
HSL color Cylindrical-coordinate representation of color #D4CAF6: hue angle of 253.64º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4CAF6 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 202 | 246 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.04 |
| HSL | 253.64º | 0.71% | 0.88% | - |
| HSV(B) | 253.64º | 0.18% | 0.96% | - |
| XYZ | 64.91 | 62.89 | 95.91 | - |
| YUV | 210.01 | 148.31 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 246 | 0.14 | 0.18 | 0 | 0.04 | 253.64 | 0.71 | 0.88 |
| Hex | D4 | CA | F6 | E | 12 | 0 | 4 | FE | 47 | 58 |
| Octal | 324 | 312 | 366 | 16 | 22 | 0 | 4 | 376 | 107 | 130 |
| Binary | 11010100 | 11001010 | 11110110 | 1110 | 10010 | 0 | 100 | 11111110 | 1000111 | 1011000 |
Color Harmonies of #D4CAF6
Complementary color
Monochromatic Colors of #D4CAF6
Black with #D4CAF6
Text Example
Text Example
White with #D4CAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CAF6; }
p { color: rgb(212,202,246); }
H1.HeaderClassName
{
color: #D4CAF6;
}
.AnyTagClassName
{
color: #D4CAF6;
}
</style>
background-color css
<style>
a { background-color: #D4CAF6; }
a { background-color: rgb(212,202,246); }
div.DivClassName
{
background-color: #D4CAF6;
}
.BgClassName
{
background-color: #D4CAF6;
}
</style>
border-color css
<style>
span { border-color: #D4CAF6; }
span { border-color: rgb(212,202,246); }
td.TdClassName
{
border-color: #D4CAF6;
}
.TagClassName
{
border-color: #D4CAF6;
}
</style>