Shades of Fog #D9BDEF
Tints of Fog #D9BDEF
RGB
CMYK
RGB Variations
Color information
#D9BDEF (or 0xD9BDEF) is known color: Fog. HEX triplet: D9, BD and EF. RGB value is (217,189,239). Sum of RGB (Red+Green+Blue) = 217+189+239=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9BDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BDEF is #264210. Grayscale: #CACACA. Windows color (decimal): -2507281 or 15711705. OLE color: 15711705.
HSL color Cylindrical-coordinate representation of color #D9BDEF: hue angle of 273.6º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9BDEF is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 189 | 239 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.06 |
| HSL | 273.6º | 0.61% | 0.84% | - |
| HSV(B) | 273.6º | 0.21% | 0.94% | - |
| XYZ | 62.39 | 57.38 | 89.45 | - |
| YUV | 203.07 | 148.28 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 189 | 239 | 0.09 | 0.21 | 0 | 0.06 | 273.6 | 0.61 | 0.84 |
| Hex | D9 | BD | EF | 9 | 15 | 0 | 6 | 112 | 3D | 54 |
| Octal | 331 | 275 | 357 | 11 | 25 | 0 | 6 | 422 | 75 | 124 |
| Binary | 11011001 | 10111101 | 11101111 | 1001 | 10101 | 0 | 110 | 100010010 | 111101 | 1010100 |
Color Harmonies of #D9BDEF
Complementary color
Monochromatic Colors of #D9BDEF
Black with #D9BDEF
Text Example
Text Example
White with #D9BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BDEF; }
p { color: rgb(217,189,239); }
H1.HeaderClassName
{
color: #D9BDEF;
}
.AnyTagClassName
{
color: #D9BDEF;
}
</style>
background-color css
<style>
a { background-color: #D9BDEF; }
a { background-color: rgb(217,189,239); }
div.DivClassName
{
background-color: #D9BDEF;
}
.BgClassName
{
background-color: #D9BDEF;
}
</style>
border-color css
<style>
span { border-color: #D9BDEF; }
span { border-color: rgb(217,189,239); }
td.TdClassName
{
border-color: #D9BDEF;
}
.TagClassName
{
border-color: #D9BDEF;
}
</style>