Shades of Fog #D8BBF1
Tints of Fog #D8BBF1
RGB
CMYK
RGB Variations
Color information
#D8BBF1 (or 0xD8BBF1) is known color: Fog. HEX triplet: D8, BB and F1. RGB value is (216,187,241). Sum of RGB (Red+Green+Blue) = 216+187+241=644 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.54% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8BBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BBF1 is #27440E. Grayscale: #C9C9C9. Windows color (decimal): -2573327 or 15842264. OLE color: 15842264.
HSL color Cylindrical-coordinate representation of color #D8BBF1: hue angle of 272.22º 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 #D8BBF1 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 187 | 241 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.05 |
| HSL | 272.22º | 0.66% | 0.84% | - |
| HSV(B) | 272.22º | 0.22% | 0.95% | - |
| XYZ | 61.97 | 56.49 | 90.86 | - |
| YUV | 201.83 | 150.11 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 241 | 0.10 | 0.22 | 0 | 0.05 | 272.22 | 0.66 | 0.84 |
| Hex | D8 | BB | F1 | A | 16 | 0 | 5 | 110 | 42 | 54 |
| Octal | 330 | 273 | 361 | 12 | 26 | 0 | 5 | 420 | 102 | 124 |
| Binary | 11011000 | 10111011 | 11110001 | 1010 | 10110 | 0 | 101 | 100010000 | 1000010 | 1010100 |
Color Harmonies of #D8BBF1
Complementary color
Monochromatic Colors of #D8BBF1
Black with #D8BBF1
Text Example
Text Example
White with #D8BBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BBF1; }
p { color: rgb(216,187,241); }
H1.HeaderClassName
{
color: #D8BBF1;
}
.AnyTagClassName
{
color: #D8BBF1;
}
</style>
background-color css
<style>
a { background-color: #D8BBF1; }
a { background-color: rgb(216,187,241); }
div.DivClassName
{
background-color: #D8BBF1;
}
.BgClassName
{
background-color: #D8BBF1;
}
</style>
border-color css
<style>
span { border-color: #D8BBF1; }
span { border-color: rgb(216,187,241); }
td.TdClassName
{
border-color: #D8BBF1;
}
.TagClassName
{
border-color: #D8BBF1;
}
</style>