Shades of Fog #D9BBF1
Tints of Fog #D9BBF1
RGB
CMYK
RGB Variations
Color information
#D9BBF1 (or 0xD9BBF1) is known color: Fog. HEX triplet: D9, BB and F1. RGB value is (217,187,241). Sum of RGB (Red+Green+Blue) = 217+187+241=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 187 (73.44% from 255 or 28.99% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9BBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BBF1 is #26440E. Grayscale: #C9C9C9. Windows color (decimal): -2507791 or 15842265. OLE color: 15842265.
HSL color Cylindrical-coordinate representation of color #D9BBF1: hue angle of 273.33º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9BBF1 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 187 | 241 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.05 |
| HSL | 273.33º | 0.66% | 0.84% | - |
| HSV(B) | 273.33º | 0.22% | 0.95% | - |
| XYZ | 62.26 | 56.64 | 90.87 | - |
| YUV | 202.13 | 149.94 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 241 | 0.10 | 0.22 | 0 | 0.05 | 273.33 | 0.66 | 0.84 |
| Hex | D9 | BB | F1 | A | 16 | 0 | 5 | 111 | 42 | 54 |
| Octal | 331 | 273 | 361 | 12 | 26 | 0 | 5 | 421 | 102 | 124 |
| Binary | 11011001 | 10111011 | 11110001 | 1010 | 10110 | 0 | 101 | 100010001 | 1000010 | 1010100 |
Color Harmonies of #D9BBF1
Complementary color
Monochromatic Colors of #D9BBF1
Black with #D9BBF1
Text Example
Text Example
White with #D9BBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBF1; }
p { color: rgb(217,187,241); }
H1.HeaderClassName
{
color: #D9BBF1;
}
.AnyTagClassName
{
color: #D9BBF1;
}
</style>
background-color css
<style>
a { background-color: #D9BBF1; }
a { background-color: rgb(217,187,241); }
div.DivClassName
{
background-color: #D9BBF1;
}
.BgClassName
{
background-color: #D9BBF1;
}
</style>
border-color css
<style>
span { border-color: #D9BBF1; }
span { border-color: rgb(217,187,241); }
td.TdClassName
{
border-color: #D9BBF1;
}
.TagClassName
{
border-color: #D9BBF1;
}
</style>