Shades of Fog #D9BBEE
Tints of Fog #D9BBEE
RGB
CMYK
RGB Variations
Color information
#D9BBEE (or 0xD9BBEE) is known color: Fog. HEX triplet: D9, BB and EE. RGB value is (217,187,238). Sum of RGB (Red+Green+Blue) = 217+187+238=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9BBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BBEE is #264411. Grayscale: #C9C9C9. Windows color (decimal): -2507794 or 15645657. OLE color: 15645657.
HSL color Cylindrical-coordinate representation of color #D9BBEE: hue angle of 275.29º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9BBEE is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 187 | 238 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.07 |
| HSL | 275.29º | 0.6% | 0.83% | - |
| HSV(B) | 275.29º | 0.21% | 0.93% | - |
| XYZ | 61.82 | 56.47 | 88.53 | - |
| YUV | 201.78 | 148.44 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 238 | 0.09 | 0.21 | 0 | 0.07 | 275.29 | 0.6 | 0.83 |
| Hex | D9 | BB | EE | 9 | 15 | 0 | 7 | 113 | 3C | 53 |
| Octal | 331 | 273 | 356 | 11 | 25 | 0 | 7 | 423 | 74 | 123 |
| Binary | 11011001 | 10111011 | 11101110 | 1001 | 10101 | 0 | 111 | 100010011 | 111100 | 1010011 |
Color Harmonies of #D9BBEE
Complementary color
Monochromatic Colors of #D9BBEE
Black with #D9BBEE
Text Example
Text Example
White with #D9BBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBEE; }
p { color: rgb(217,187,238); }
H1.HeaderClassName
{
color: #D9BBEE;
}
.AnyTagClassName
{
color: #D9BBEE;
}
</style>
background-color css
<style>
a { background-color: #D9BBEE; }
a { background-color: rgb(217,187,238); }
div.DivClassName
{
background-color: #D9BBEE;
}
.BgClassName
{
background-color: #D9BBEE;
}
</style>
border-color css
<style>
span { border-color: #D9BBEE; }
span { border-color: rgb(217,187,238); }
td.TdClassName
{
border-color: #D9BBEE;
}
.TagClassName
{
border-color: #D9BBEE;
}
</style>