Shades of Fog #D9BDF6
Tints of Fog #D9BDF6
RGB
CMYK
RGB Variations
Color information
#D9BDF6 (or 0xD9BDF6) is known color: Fog. HEX triplet: D9, BD and F6. RGB value is (217,189,246). Sum of RGB (Red+Green+Blue) = 217+189+246=652 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.28% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 246 (96.48% from 255 or 37.73% from 652); Max value from RGB is 246 - color contains mainly: blue. Hex color #D9BDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BDF6 is #264209. Grayscale: #CBCBCB. Windows color (decimal): -2507274 or 16170457. OLE color: 16170457.
HSL color Cylindrical-coordinate representation of color #D9BDF6: hue angle of 269.47º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9BDF6 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 189 | 246 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.04 |
| HSL | 269.47º | 0.76% | 0.85% | - |
| HSV(B) | 269.47º | 0.23% | 0.96% | - |
| XYZ | 63.45 | 57.8 | 95 | - |
| YUV | 203.87 | 151.78 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 189 | 246 | 0.12 | 0.23 | 0 | 0.04 | 269.47 | 0.76 | 0.85 |
| Hex | D9 | BD | F6 | C | 17 | 0 | 4 | 10D | 4C | 55 |
| Octal | 331 | 275 | 366 | 14 | 27 | 0 | 4 | 415 | 114 | 125 |
| Binary | 11011001 | 10111101 | 11110110 | 1100 | 10111 | 0 | 100 | 100001101 | 1001100 | 1010101 |
Color Harmonies of #D9BDF6
Complementary color
Monochromatic Colors of #D9BDF6
Black with #D9BDF6
Text Example
Text Example
White with #D9BDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BDF6; }
p { color: rgb(217,189,246); }
H1.HeaderClassName
{
color: #D9BDF6;
}
.AnyTagClassName
{
color: #D9BDF6;
}
</style>
background-color css
<style>
a { background-color: #D9BDF6; }
a { background-color: rgb(217,189,246); }
div.DivClassName
{
background-color: #D9BDF6;
}
.BgClassName
{
background-color: #D9BDF6;
}
</style>
border-color css
<style>
span { border-color: #D9BDF6; }
span { border-color: rgb(217,189,246); }
td.TdClassName
{
border-color: #D9BDF6;
}
.TagClassName
{
border-color: #D9BDF6;
}
</style>