Shades of Fog #D9C2EF
Tints of Fog #D9C2EF
RGB
CMYK
RGB Variations
Color information
#D9C2EF (or 0xD9C2EF) is known color: Fog. HEX triplet: D9, C2 and EF. RGB value is (217,194,239). Sum of RGB (Red+Green+Blue) = 217+194+239=650 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.38% from 650); Green value is 194 (76.17% from 255 or 29.85% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9C2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C2EF is #263D10. Grayscale: #CDCDCD. Windows color (decimal): -2506001 or 15712985. OLE color: 15712985.
HSL color Cylindrical-coordinate representation of color #D9C2EF: hue angle of 270.67º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9C2EF is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 194 | 239 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.06 |
| HSL | 270.67º | 0.58% | 0.85% | - |
| HSV(B) | 270.67º | 0.19% | 0.94% | - |
| XYZ | 63.49 | 59.57 | 89.81 | - |
| YUV | 206.01 | 146.62 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 194 | 239 | 0.09 | 0.19 | 0 | 0.06 | 270.67 | 0.58 | 0.85 |
| Hex | D9 | C2 | EF | 9 | 13 | 0 | 6 | 10F | 3A | 55 |
| Octal | 331 | 302 | 357 | 11 | 23 | 0 | 6 | 417 | 72 | 125 |
| Binary | 11011001 | 11000010 | 11101111 | 1001 | 10011 | 0 | 110 | 100001111 | 111010 | 1010101 |
Color Harmonies of #D9C2EF
Complementary color
Monochromatic Colors of #D9C2EF
Black with #D9C2EF
Text Example
Text Example
White with #D9C2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C2EF; }
p { color: rgb(217,194,239); }
H1.HeaderClassName
{
color: #D9C2EF;
}
.AnyTagClassName
{
color: #D9C2EF;
}
</style>
background-color css
<style>
a { background-color: #D9C2EF; }
a { background-color: rgb(217,194,239); }
div.DivClassName
{
background-color: #D9C2EF;
}
.BgClassName
{
background-color: #D9C2EF;
}
</style>
border-color css
<style>
span { border-color: #D9C2EF; }
span { border-color: rgb(217,194,239); }
td.TdClassName
{
border-color: #D9C2EF;
}
.TagClassName
{
border-color: #D9C2EF;
}
</style>