Shades of Fog #D9BFEB
Tints of Fog #D9BFEB
RGB
CMYK
RGB Variations
Color information
#D9BFEB (or 0xD9BFEB) is known color: Fog. HEX triplet: D9, BF and EB. RGB value is (217,191,235). Sum of RGB (Red+Green+Blue) = 217+191+235=643 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.75% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9BFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BFEB is #264014. Grayscale: #CBCBCB. Windows color (decimal): -2506773 or 15450073. OLE color: 15450073.
HSL color Cylindrical-coordinate representation of color #D9BFEB: hue angle of 275.45º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9BFEB is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 191 | 235 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.08 |
| HSL | 275.45º | 0.52% | 0.84% | - |
| HSV(B) | 275.45º | 0.19% | 0.92% | - |
| XYZ | 62.24 | 58.01 | 86.51 | - |
| YUV | 203.79 | 145.61 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 191 | 235 | 0.08 | 0.19 | 0 | 0.08 | 275.45 | 0.52 | 0.84 |
| Hex | D9 | BF | EB | 8 | 13 | 0 | 8 | 113 | 34 | 54 |
| Octal | 331 | 277 | 353 | 10 | 23 | 0 | 10 | 423 | 64 | 124 |
| Binary | 11011001 | 10111111 | 11101011 | 1000 | 10011 | 0 | 1000 | 100010011 | 110100 | 1010100 |
Color Harmonies of #D9BFEB
Complementary color
Monochromatic Colors of #D9BFEB
Black with #D9BFEB
Text Example
Text Example
White with #D9BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BFEB; }
p { color: rgb(217,191,235); }
H1.HeaderClassName
{
color: #D9BFEB;
}
.AnyTagClassName
{
color: #D9BFEB;
}
</style>
background-color css
<style>
a { background-color: #D9BFEB; }
a { background-color: rgb(217,191,235); }
div.DivClassName
{
background-color: #D9BFEB;
}
.BgClassName
{
background-color: #D9BFEB;
}
</style>
border-color css
<style>
span { border-color: #D9BFEB; }
span { border-color: rgb(217,191,235); }
td.TdClassName
{
border-color: #D9BFEB;
}
.TagClassName
{
border-color: #D9BFEB;
}
</style>