Shades of Fog #D4C2F1
Tints of Fog #D4C2F1
RGB
CMYK
RGB Variations
Color information
#D4C2F1 (or 0xD4C2F1) is known color: Fog. HEX triplet: D4, C2 and F1. RGB value is (212,194,241). Sum of RGB (Red+Green+Blue) = 212+194+241=647 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.77% from 647); Green value is 194 (76.17% from 255 or 29.98% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 241 - color contains mainly: blue. Hex color #D4C2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C2F1 is #2B3D0E. Grayscale: #CCCCCC. Windows color (decimal): -2833679 or 15844052. OLE color: 15844052.
HSL color Cylindrical-coordinate representation of color #D4C2F1: hue angle of 262.98º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4C2F1 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 194 | 241 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.05 |
| HSL | 262.98º | 0.63% | 0.85% | - |
| HSV(B) | 262.98º | 0.2% | 0.95% | - |
| XYZ | 62.32 | 58.93 | 91.31 | - |
| YUV | 204.74 | 148.46 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 194 | 241 | 0.12 | 0.20 | 0 | 0.05 | 262.98 | 0.63 | 0.85 |
| Hex | D4 | C2 | F1 | C | 14 | 0 | 5 | 107 | 3F | 55 |
| Octal | 324 | 302 | 361 | 14 | 24 | 0 | 5 | 407 | 77 | 125 |
| Binary | 11010100 | 11000010 | 11110001 | 1100 | 10100 | 0 | 101 | 100000111 | 111111 | 1010101 |
Color Harmonies of #D4C2F1
Complementary color
Monochromatic Colors of #D4C2F1
Black with #D4C2F1
Text Example
Text Example
White with #D4C2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C2F1; }
p { color: rgb(212,194,241); }
H1.HeaderClassName
{
color: #D4C2F1;
}
.AnyTagClassName
{
color: #D4C2F1;
}
</style>
background-color css
<style>
a { background-color: #D4C2F1; }
a { background-color: rgb(212,194,241); }
div.DivClassName
{
background-color: #D4C2F1;
}
.BgClassName
{
background-color: #D4C2F1;
}
</style>
border-color css
<style>
span { border-color: #D4C2F1; }
span { border-color: rgb(212,194,241); }
td.TdClassName
{
border-color: #D4C2F1;
}
.TagClassName
{
border-color: #D4C2F1;
}
</style>