Shades of Fog #D9BBF2
Tints of Fog #D9BBF2
RGB
CMYK
RGB Variations
Color information
#D9BBF2 (or 0xD9BBF2) is known color: Fog. HEX triplet: D9, BB and F2. RGB value is (217,187,242). Sum of RGB (Red+Green+Blue) = 217+187+242=646 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.59% from 646); Green value is 187 (73.44% from 255 or 28.95% from 646); Blue value is 242 (94.92% from 255 or 37.46% from 646); Max value from RGB is 242 - color contains mainly: blue. Hex color #D9BBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BBF2 is #26440D. Grayscale: #CACACA. Windows color (decimal): -2507790 or 15907801. OLE color: 15907801.
HSL color Cylindrical-coordinate representation of color #D9BBF2: hue angle of 272.73º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9BBF2 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 187 | 242 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.05 |
| HSL | 272.73º | 0.68% | 0.84% | - |
| HSV(B) | 272.73º | 0.23% | 0.95% | - |
| XYZ | 62.41 | 56.7 | 91.66 | - |
| YUV | 202.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 242 | 0.10 | 0.23 | 0 | 0.05 | 272.73 | 0.68 | 0.84 |
| Hex | D9 | BB | F2 | A | 17 | 0 | 5 | 111 | 44 | 54 |
| Octal | 331 | 273 | 362 | 12 | 27 | 0 | 5 | 421 | 104 | 124 |
| Binary | 11011001 | 10111011 | 11110010 | 1010 | 10111 | 0 | 101 | 100010001 | 1000100 | 1010100 |
Color Harmonies of #D9BBF2
Complementary color
Monochromatic Colors of #D9BBF2
Black with #D9BBF2
Text Example
Text Example
White with #D9BBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBF2; }
p { color: rgb(217,187,242); }
H1.HeaderClassName
{
color: #D9BBF2;
}
.AnyTagClassName
{
color: #D9BBF2;
}
</style>
background-color css
<style>
a { background-color: #D9BBF2; }
a { background-color: rgb(217,187,242); }
div.DivClassName
{
background-color: #D9BBF2;
}
.BgClassName
{
background-color: #D9BBF2;
}
</style>
border-color css
<style>
span { border-color: #D9BBF2; }
span { border-color: rgb(217,187,242); }
td.TdClassName
{
border-color: #D9BBF2;
}
.TagClassName
{
border-color: #D9BBF2;
}
</style>