Shades of Fog #D4CAF3
Tints of Fog #D4CAF3
RGB
CMYK
RGB Variations
Color information
#D4CAF3 (or 0xD4CAF3) is known color: Fog. HEX triplet: D4, CA and F3. RGB value is (212,202,243). Sum of RGB (Red+Green+Blue) = 212+202+243=657 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.27% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #D4CAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CAF3 is #2B350C. Grayscale: #D1D1D1. Windows color (decimal): -2831629 or 15977172. OLE color: 15977172.
HSL color Cylindrical-coordinate representation of color #D4CAF3: hue angle of 254.63º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4CAF3 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 202 | 243 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.05 |
| HSL | 254.63º | 0.63% | 0.87% | - |
| HSV(B) | 254.63º | 0.17% | 0.95% | - |
| XYZ | 64.45 | 62.71 | 93.5 | - |
| YUV | 209.66 | 146.81 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 243 | 0.13 | 0.17 | 0 | 0.05 | 254.63 | 0.63 | 0.87 |
| Hex | D4 | CA | F3 | D | 11 | 0 | 5 | FF | 3F | 57 |
| Octal | 324 | 312 | 363 | 15 | 21 | 0 | 5 | 377 | 77 | 127 |
| Binary | 11010100 | 11001010 | 11110011 | 1101 | 10001 | 0 | 101 | 11111111 | 111111 | 1010111 |
Color Harmonies of #D4CAF3
Complementary color
Monochromatic Colors of #D4CAF3
Black with #D4CAF3
Text Example
Text Example
White with #D4CAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CAF3; }
p { color: rgb(212,202,243); }
H1.HeaderClassName
{
color: #D4CAF3;
}
.AnyTagClassName
{
color: #D4CAF3;
}
</style>
background-color css
<style>
a { background-color: #D4CAF3; }
a { background-color: rgb(212,202,243); }
div.DivClassName
{
background-color: #D4CAF3;
}
.BgClassName
{
background-color: #D4CAF3;
}
</style>
border-color css
<style>
span { border-color: #D4CAF3; }
span { border-color: rgb(212,202,243); }
td.TdClassName
{
border-color: #D4CAF3;
}
.TagClassName
{
border-color: #D4CAF3;
}
</style>