Shades of Fog #D9D1EF
Tints of Fog #D9D1EF
RGB
CMYK
RGB Variations
Color information
#D9D1EF (or 0xD9D1EF) is known color: Fog. HEX triplet: D9, D1 and EF. RGB value is (217,209,239). Sum of RGB (Red+Green+Blue) = 217+209+239=665 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.63% from 665); Green value is 209 (82.03% from 255 or 31.43% from 665); Blue value is 239 (93.75% from 255 or 35.94% from 665); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9D1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D1EF is #262E10. Grayscale: #D6D6D6. Windows color (decimal): -2502161 or 15716825. OLE color: 15716825.
HSL color Cylindrical-coordinate representation of color #D9D1EF: hue angle of 256º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9D1EF is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 209 | 239 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.06 |
| HSL | 256º | 0.48% | 0.88% | - |
| HSV(B) | 256º | 0.13% | 0.94% | - |
| XYZ | 67 | 66.58 | 90.98 | - |
| YUV | 214.81 | 141.65 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 209 | 239 | 0.09 | 0.13 | 0 | 0.06 | 256 | 0.48 | 0.88 |
| Hex | D9 | D1 | EF | 9 | D | 0 | 6 | 100 | 30 | 58 |
| Octal | 331 | 321 | 357 | 11 | 15 | 0 | 6 | 400 | 60 | 130 |
| Binary | 11011001 | 11010001 | 11101111 | 1001 | 1101 | 0 | 110 | 100000000 | 110000 | 1011000 |
Color Harmonies of #D9D1EF
Complementary color
Monochromatic Colors of #D9D1EF
Black with #D9D1EF
Text Example
Text Example
White with #D9D1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D1EF; }
p { color: rgb(217,209,239); }
H1.HeaderClassName
{
color: #D9D1EF;
}
.AnyTagClassName
{
color: #D9D1EF;
}
</style>
background-color css
<style>
a { background-color: #D9D1EF; }
a { background-color: rgb(217,209,239); }
div.DivClassName
{
background-color: #D9D1EF;
}
.BgClassName
{
background-color: #D9D1EF;
}
</style>
border-color css
<style>
span { border-color: #D9D1EF; }
span { border-color: rgb(217,209,239); }
td.TdClassName
{
border-color: #D9D1EF;
}
.TagClassName
{
border-color: #D9D1EF;
}
</style>