Shades of Fog #D9BBED
Tints of Fog #D9BBED
RGB
CMYK
RGB Variations
Color information
#D9BBED (or 0xD9BBED) is known color: Fog. HEX triplet: D9, BB and ED. RGB value is (217,187,237). Sum of RGB (Red+Green+Blue) = 217+187+237=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 187 (73.44% from 255 or 29.17% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #D9BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BBED is #264412. Grayscale: #C9C9C9. Windows color (decimal): -2507795 or 15580121. OLE color: 15580121.
HSL color Cylindrical-coordinate representation of color #D9BBED: hue angle of 276º degrees, saturation: 0.58, 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 #D9BBED is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 187 | 237 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.07 |
| HSL | 276º | 0.58% | 0.83% | - |
| HSV(B) | 276º | 0.21% | 0.93% | - |
| XYZ | 61.67 | 56.41 | 87.76 | - |
| YUV | 201.67 | 147.94 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 237 | 0.08 | 0.21 | 0 | 0.07 | 276 | 0.58 | 0.83 |
| Hex | D9 | BB | ED | 8 | 15 | 0 | 7 | 114 | 3A | 53 |
| Octal | 331 | 273 | 355 | 10 | 25 | 0 | 7 | 424 | 72 | 123 |
| Binary | 11011001 | 10111011 | 11101101 | 1000 | 10101 | 0 | 111 | 100010100 | 111010 | 1010011 |
Color Harmonies of #D9BBED
Complementary color
Monochromatic Colors of #D9BBED
Black with #D9BBED
Text Example
Text Example
White with #D9BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBED; }
p { color: rgb(217,187,237); }
H1.HeaderClassName
{
color: #D9BBED;
}
.AnyTagClassName
{
color: #D9BBED;
}
</style>
background-color css
<style>
a { background-color: #D9BBED; }
a { background-color: rgb(217,187,237); }
div.DivClassName
{
background-color: #D9BBED;
}
.BgClassName
{
background-color: #D9BBED;
}
</style>
border-color css
<style>
span { border-color: #D9BBED; }
span { border-color: rgb(217,187,237); }
td.TdClassName
{
border-color: #D9BBED;
}
.TagClassName
{
border-color: #D9BBED;
}
</style>