Shades of Fog #D9D2E4
Tints of Fog #D9D2E4
RGB
CMYK
RGB Variations
Color information
#D9D2E4 (or 0xD9D2E4) is known color: Fog. HEX triplet: D9, D2 and E4. RGB value is (217,210,228). Sum of RGB (Red+Green+Blue) = 217+210+228=655 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.13% from 655); Green value is 210 (82.42% from 255 or 32.06% from 655); Blue value is 228 (89.45% from 255 or 34.81% from 655); Max value from RGB is 228 - color contains mainly: blue. Hex color #D9D2E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D2E4 is #262D1B. Grayscale: #D6D6D6. Windows color (decimal): -2501916 or 14996185. OLE color: 14996185.
HSL color Cylindrical-coordinate representation of color #D9D2E4: hue angle of 263.33º degrees, saturation: 0.25, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9D2E4 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 210 | 228 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.11 |
| HSL | 263.33º | 0.25% | 0.86% | - |
| HSV(B) | 263.33º | 0.08% | 0.89% | - |
| XYZ | 65.67 | 66.45 | 82.76 | - |
| YUV | 214.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 210 | 228 | 0.05 | 0.08 | 0 | 0.11 | 263.33 | 0.25 | 0.86 |
| Hex | D9 | D2 | E4 | 5 | 8 | 0 | B | 107 | 19 | 56 |
| Octal | 331 | 322 | 344 | 5 | 10 | 0 | 13 | 407 | 31 | 126 |
| Binary | 11011001 | 11010010 | 11100100 | 101 | 1000 | 0 | 1011 | 100000111 | 11001 | 1010110 |
Color Harmonies of #D9D2E4
Complementary color
Monochromatic Colors of #D9D2E4
Black with #D9D2E4
Text Example
Text Example
White with #D9D2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D2E4; }
p { color: rgb(217,210,228); }
H1.HeaderClassName
{
color: #D9D2E4;
}
.AnyTagClassName
{
color: #D9D2E4;
}
</style>
background-color css
<style>
a { background-color: #D9D2E4; }
a { background-color: rgb(217,210,228); }
div.DivClassName
{
background-color: #D9D2E4;
}
.BgClassName
{
background-color: #D9D2E4;
}
</style>
border-color css
<style>
span { border-color: #D9D2E4; }
span { border-color: rgb(217,210,228); }
td.TdClassName
{
border-color: #D9D2E4;
}
.TagClassName
{
border-color: #D9D2E4;
}
</style>