Shades of Fog #D4CAF5
Tints of Fog #D4CAF5
RGB
CMYK
RGB Variations
Color information
#D4CAF5 (or 0xD4CAF5) is known color: Fog. HEX triplet: D4, CA and F5. RGB value is (212,202,245). Sum of RGB (Red+Green+Blue) = 212+202+245=659 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.17% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 245 (96.09% from 255 or 37.18% from 659); Max value from RGB is 245 - color contains mainly: blue. Hex color #D4CAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CAF5 is #2B350A. Grayscale: #D1D1D1. Windows color (decimal): -2831627 or 16108244. OLE color: 16108244.
HSL color Cylindrical-coordinate representation of color #D4CAF5: hue angle of 253.95º degrees, saturation: 0.68, 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 #D4CAF5 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 202 | 245 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.04 |
| HSL | 253.95º | 0.68% | 0.88% | - |
| HSV(B) | 253.95º | 0.18% | 0.96% | - |
| XYZ | 64.75 | 62.83 | 95.1 | - |
| YUV | 209.89 | 147.81 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 245 | 0.13 | 0.18 | 0 | 0.04 | 253.95 | 0.68 | 0.88 |
| Hex | D4 | CA | F5 | D | 12 | 0 | 4 | FE | 44 | 58 |
| Octal | 324 | 312 | 365 | 15 | 22 | 0 | 4 | 376 | 104 | 130 |
| Binary | 11010100 | 11001010 | 11110101 | 1101 | 10010 | 0 | 100 | 11111110 | 1000100 | 1011000 |
Color Harmonies of #D4CAF5
Complementary color
Monochromatic Colors of #D4CAF5
Black with #D4CAF5
Text Example
Text Example
White with #D4CAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CAF5; }
p { color: rgb(212,202,245); }
H1.HeaderClassName
{
color: #D4CAF5;
}
.AnyTagClassName
{
color: #D4CAF5;
}
</style>
background-color css
<style>
a { background-color: #D4CAF5; }
a { background-color: rgb(212,202,245); }
div.DivClassName
{
background-color: #D4CAF5;
}
.BgClassName
{
background-color: #D4CAF5;
}
</style>
border-color css
<style>
span { border-color: #D4CAF5; }
span { border-color: rgb(212,202,245); }
td.TdClassName
{
border-color: #D4CAF5;
}
.TagClassName
{
border-color: #D4CAF5;
}
</style>