Shades of Fog #D9C2F1
Tints of Fog #D9C2F1
RGB
CMYK
RGB Variations
Color information
#D9C2F1 (or 0xD9C2F1) is known color: Fog. HEX triplet: D9, C2 and F1. RGB value is (217,194,241). Sum of RGB (Red+Green+Blue) = 217+194+241=652 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.28% from 652); Green value is 194 (76.17% from 255 or 29.75% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9C2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C2F1 is #263D0E. Grayscale: #CECECE. Windows color (decimal): -2505999 or 15844057. OLE color: 15844057.
HSL color Cylindrical-coordinate representation of color #D9C2F1: hue angle of 269.36º 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 #D9C2F1 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 194 | 241 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.05 |
| HSL | 269.36º | 0.63% | 0.85% | - |
| HSV(B) | 269.36º | 0.2% | 0.95% | - |
| XYZ | 63.78 | 59.69 | 91.38 | - |
| YUV | 206.24 | 147.62 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 194 | 241 | 0.10 | 0.20 | 0 | 0.05 | 269.36 | 0.63 | 0.85 |
| Hex | D9 | C2 | F1 | A | 14 | 0 | 5 | 10D | 3F | 55 |
| Octal | 331 | 302 | 361 | 12 | 24 | 0 | 5 | 415 | 77 | 125 |
| Binary | 11011001 | 11000010 | 11110001 | 1010 | 10100 | 0 | 101 | 100001101 | 111111 | 1010101 |
Color Harmonies of #D9C2F1
Complementary color
Monochromatic Colors of #D9C2F1
Black with #D9C2F1
Text Example
Text Example
White with #D9C2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C2F1; }
p { color: rgb(217,194,241); }
H1.HeaderClassName
{
color: #D9C2F1;
}
.AnyTagClassName
{
color: #D9C2F1;
}
</style>
background-color css
<style>
a { background-color: #D9C2F1; }
a { background-color: rgb(217,194,241); }
div.DivClassName
{
background-color: #D9C2F1;
}
.BgClassName
{
background-color: #D9C2F1;
}
</style>
border-color css
<style>
span { border-color: #D9C2F1; }
span { border-color: rgb(217,194,241); }
td.TdClassName
{
border-color: #D9C2F1;
}
.TagClassName
{
border-color: #D9C2F1;
}
</style>