Shades of Fog #D8BBE9
Tints of Fog #D8BBE9
RGB
CMYK
RGB Variations
Color information
#D8BBE9 (or 0xD8BBE9) is known color: Fog. HEX triplet: D8, BB and E9. RGB value is (216,187,233). Sum of RGB (Red+Green+Blue) = 216+187+233=636 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.96% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 233 (91.41% from 255 or 36.64% from 636); Max value from RGB is 233 - color contains mainly: blue. Hex color #D8BBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BBE9 is #274416. Grayscale: #C8C8C8. Windows color (decimal): -2573335 or 15317976. OLE color: 15317976.
HSL color Cylindrical-coordinate representation of color #D8BBE9: hue angle of 277.83º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8BBE9 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 187 | 233 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.09 |
| HSL | 277.83º | 0.51% | 0.82% | - |
| HSV(B) | 277.83º | 0.2% | 0.91% | - |
| XYZ | 60.8 | 56.02 | 84.7 | - |
| YUV | 200.92 | 146.11 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 233 | 0.07 | 0.20 | 0 | 0.09 | 277.83 | 0.51 | 0.82 |
| Hex | D8 | BB | E9 | 7 | 14 | 0 | 9 | 116 | 33 | 52 |
| Octal | 330 | 273 | 351 | 7 | 24 | 0 | 11 | 426 | 63 | 122 |
| Binary | 11011000 | 10111011 | 11101001 | 111 | 10100 | 0 | 1001 | 100010110 | 110011 | 1010010 |
Color Harmonies of #D8BBE9
Complementary color
Monochromatic Colors of #D8BBE9
Black with #D8BBE9
Text Example
Text Example
White with #D8BBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BBE9; }
p { color: rgb(216,187,233); }
H1.HeaderClassName
{
color: #D8BBE9;
}
.AnyTagClassName
{
color: #D8BBE9;
}
</style>
background-color css
<style>
a { background-color: #D8BBE9; }
a { background-color: rgb(216,187,233); }
div.DivClassName
{
background-color: #D8BBE9;
}
.BgClassName
{
background-color: #D8BBE9;
}
</style>
border-color css
<style>
span { border-color: #D8BBE9; }
span { border-color: rgb(216,187,233); }
td.TdClassName
{
border-color: #D8BBE9;
}
.TagClassName
{
border-color: #D8BBE9;
}
</style>