Shades of Fog #D9BFE7
Tints of Fog #D9BFE7
RGB
CMYK
RGB Variations
Color information
#D9BFE7 (or 0xD9BFE7) is known color: Fog. HEX triplet: D9, BF and E7. RGB value is (217,191,231). Sum of RGB (Red+Green+Blue) = 217+191+231=639 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.96% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 231 (90.62% from 255 or 36.15% from 639); Max value from RGB is 231 - color contains mainly: blue. Hex color #D9BFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BFE7 is #264018. Grayscale: #CBCBCB. Windows color (decimal): -2506777 or 15187929. OLE color: 15187929.
HSL color Cylindrical-coordinate representation of color #D9BFE7: hue angle of 279º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9BFE7 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 191 | 231 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.09 |
| HSL | 279º | 0.45% | 0.83% | - |
| HSV(B) | 279º | 0.17% | 0.91% | - |
| XYZ | 61.67 | 57.78 | 83.5 | - |
| YUV | 203.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 191 | 231 | 0.06 | 0.17 | 0 | 0.09 | 279 | 0.45 | 0.83 |
| Hex | D9 | BF | E7 | 6 | 11 | 0 | 9 | 117 | 2D | 53 |
| Octal | 331 | 277 | 347 | 6 | 21 | 0 | 11 | 427 | 55 | 123 |
| Binary | 11011001 | 10111111 | 11100111 | 110 | 10001 | 0 | 1001 | 100010111 | 101101 | 1010011 |
Color Harmonies of #D9BFE7
Complementary color
Monochromatic Colors of #D9BFE7
Black with #D9BFE7
Text Example
Text Example
White with #D9BFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BFE7; }
p { color: rgb(217,191,231); }
H1.HeaderClassName
{
color: #D9BFE7;
}
.AnyTagClassName
{
color: #D9BFE7;
}
</style>
background-color css
<style>
a { background-color: #D9BFE7; }
a { background-color: rgb(217,191,231); }
div.DivClassName
{
background-color: #D9BFE7;
}
.BgClassName
{
background-color: #D9BFE7;
}
</style>
border-color css
<style>
span { border-color: #D9BFE7; }
span { border-color: rgb(217,191,231); }
td.TdClassName
{
border-color: #D9BFE7;
}
.TagClassName
{
border-color: #D9BFE7;
}
</style>