Shades of Fog #D9BDF5
Tints of Fog #D9BDF5
RGB
CMYK
RGB Variations
Color information
#D9BDF5 (or 0xD9BDF5) is known color: Fog. HEX triplet: D9, BD and F5. RGB value is (217,189,245). Sum of RGB (Red+Green+Blue) = 217+189+245=651 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.33% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 245 (96.09% from 255 or 37.63% from 651); Max value from RGB is 245 - color contains mainly: blue. Hex color #D9BDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BDF5 is #26420A. Grayscale: #CBCBCB. Windows color (decimal): -2507275 or 16104921. OLE color: 16104921.
HSL color Cylindrical-coordinate representation of color #D9BDF5: hue angle of 270º degrees, saturation: 0.74, 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 #D9BDF5 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 189 | 245 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.04 |
| HSL | 270º | 0.74% | 0.85% | - |
| HSV(B) | 270º | 0.23% | 0.96% | - |
| XYZ | 63.29 | 57.74 | 94.2 | - |
| YUV | 203.76 | 151.28 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 189 | 245 | 0.11 | 0.23 | 0 | 0.04 | 270 | 0.74 | 0.85 |
| Hex | D9 | BD | F5 | B | 17 | 0 | 4 | 10E | 4A | 55 |
| Octal | 331 | 275 | 365 | 13 | 27 | 0 | 4 | 416 | 112 | 125 |
| Binary | 11011001 | 10111101 | 11110101 | 1011 | 10111 | 0 | 100 | 100001110 | 1001010 | 1010101 |
Color Harmonies of #D9BDF5
Complementary color
Monochromatic Colors of #D9BDF5
Black with #D9BDF5
Text Example
Text Example
White with #D9BDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BDF5; }
p { color: rgb(217,189,245); }
H1.HeaderClassName
{
color: #D9BDF5;
}
.AnyTagClassName
{
color: #D9BDF5;
}
</style>
background-color css
<style>
a { background-color: #D9BDF5; }
a { background-color: rgb(217,189,245); }
div.DivClassName
{
background-color: #D9BDF5;
}
.BgClassName
{
background-color: #D9BDF5;
}
</style>
border-color css
<style>
span { border-color: #D9BDF5; }
span { border-color: rgb(217,189,245); }
td.TdClassName
{
border-color: #D9BDF5;
}
.TagClassName
{
border-color: #D9BDF5;
}
</style>