Shades of Fog #D9C4EF
Tints of Fog #D9C4EF
RGB
CMYK
RGB Variations
Color information
#D9C4EF (or 0xD9C4EF) is known color: Fog. HEX triplet: D9, C4 and EF. RGB value is (217,196,239). Sum of RGB (Red+Green+Blue) = 217+196+239=652 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.28% from 652); Green value is 196 (76.95% from 255 or 30.06% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9C4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C4EF is #263B10. Grayscale: #CFCFCF. Windows color (decimal): -2505489 or 15713497. OLE color: 15713497.
HSL color Cylindrical-coordinate representation of color #D9C4EF: hue angle of 269.3º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9C4EF is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 196 | 239 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.06 |
| HSL | 269.3º | 0.57% | 0.85% | - |
| HSV(B) | 269.3º | 0.18% | 0.94% | - |
| XYZ | 63.94 | 60.46 | 89.96 | - |
| YUV | 207.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 196 | 239 | 0.09 | 0.18 | 0 | 0.06 | 269.3 | 0.57 | 0.85 |
| Hex | D9 | C4 | EF | 9 | 12 | 0 | 6 | 10D | 39 | 55 |
| Octal | 331 | 304 | 357 | 11 | 22 | 0 | 6 | 415 | 71 | 125 |
| Binary | 11011001 | 11000100 | 11101111 | 1001 | 10010 | 0 | 110 | 100001101 | 111001 | 1010101 |
Color Harmonies of #D9C4EF
Complementary color
Monochromatic Colors of #D9C4EF
Black with #D9C4EF
Text Example
Text Example
White with #D9C4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C4EF; }
p { color: rgb(217,196,239); }
H1.HeaderClassName
{
color: #D9C4EF;
}
.AnyTagClassName
{
color: #D9C4EF;
}
</style>
background-color css
<style>
a { background-color: #D9C4EF; }
a { background-color: rgb(217,196,239); }
div.DivClassName
{
background-color: #D9C4EF;
}
.BgClassName
{
background-color: #D9C4EF;
}
</style>
border-color css
<style>
span { border-color: #D9C4EF; }
span { border-color: rgb(217,196,239); }
td.TdClassName
{
border-color: #D9C4EF;
}
.TagClassName
{
border-color: #D9C4EF;
}
</style>