Shades of Fog #D9BFEA
Tints of Fog #D9BFEA
RGB
CMYK
RGB Variations
Color information
#D9BFEA (or 0xD9BFEA) is known color: Fog. HEX triplet: D9, BF and EA. RGB value is (217,191,234). Sum of RGB (Red+Green+Blue) = 217+191+234=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9BFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BFEA is #264015. Grayscale: #CBCBCB. Windows color (decimal): -2506774 or 15384537. OLE color: 15384537.
HSL color Cylindrical-coordinate representation of color #D9BFEA: hue angle of 276.28º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9BFEA is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 191 | 234 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.08 |
| HSL | 276.28º | 0.51% | 0.83% | - |
| HSV(B) | 276.28º | 0.18% | 0.92% | - |
| XYZ | 62.1 | 57.95 | 85.76 | - |
| YUV | 203.68 | 145.11 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 191 | 234 | 0.07 | 0.18 | 0 | 0.08 | 276.28 | 0.51 | 0.83 |
| Hex | D9 | BF | EA | 7 | 12 | 0 | 8 | 114 | 33 | 53 |
| Octal | 331 | 277 | 352 | 7 | 22 | 0 | 10 | 424 | 63 | 123 |
| Binary | 11011001 | 10111111 | 11101010 | 111 | 10010 | 0 | 1000 | 100010100 | 110011 | 1010011 |
Color Harmonies of #D9BFEA
Complementary color
Monochromatic Colors of #D9BFEA
Black with #D9BFEA
Text Example
Text Example
White with #D9BFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BFEA; }
p { color: rgb(217,191,234); }
H1.HeaderClassName
{
color: #D9BFEA;
}
.AnyTagClassName
{
color: #D9BFEA;
}
</style>
background-color css
<style>
a { background-color: #D9BFEA; }
a { background-color: rgb(217,191,234); }
div.DivClassName
{
background-color: #D9BFEA;
}
.BgClassName
{
background-color: #D9BFEA;
}
</style>
border-color css
<style>
span { border-color: #D9BFEA; }
span { border-color: rgb(217,191,234); }
td.TdClassName
{
border-color: #D9BFEA;
}
.TagClassName
{
border-color: #D9BFEA;
}
</style>