Shades of Fog #D8BBF2
Tints of Fog #D8BBF2
RGB
CMYK
RGB Variations
Color information
#D8BBF2 (or 0xD8BBF2) is known color: Fog. HEX triplet: D8, BB and F2. RGB value is (216,187,242). Sum of RGB (Red+Green+Blue) = 216+187+242=645 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.49% from 645); Green value is 187 (73.44% from 255 or 28.99% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 242 - color contains mainly: blue. Hex color #D8BBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BBF2 is #27440D. Grayscale: #C9C9C9. Windows color (decimal): -2573326 or 15907800. OLE color: 15907800.
HSL color Cylindrical-coordinate representation of color #D8BBF2: hue angle of 271.64º 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 #D8BBF2 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 187 | 242 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.05 |
| HSL | 271.64º | 0.68% | 0.84% | - |
| HSV(B) | 271.64º | 0.23% | 0.95% | - |
| XYZ | 62.12 | 56.55 | 91.65 | - |
| YUV | 201.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 242 | 0.11 | 0.23 | 0 | 0.05 | 271.64 | 0.68 | 0.84 |
| Hex | D8 | BB | F2 | B | 17 | 0 | 5 | 110 | 44 | 54 |
| Octal | 330 | 273 | 362 | 13 | 27 | 0 | 5 | 420 | 104 | 124 |
| Binary | 11011000 | 10111011 | 11110010 | 1011 | 10111 | 0 | 101 | 100010000 | 1000100 | 1010100 |
Color Harmonies of #D8BBF2
Complementary color
Monochromatic Colors of #D8BBF2
Black with #D8BBF2
Text Example
Text Example
White with #D8BBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BBF2; }
p { color: rgb(216,187,242); }
H1.HeaderClassName
{
color: #D8BBF2;
}
.AnyTagClassName
{
color: #D8BBF2;
}
</style>
background-color css
<style>
a { background-color: #D8BBF2; }
a { background-color: rgb(216,187,242); }
div.DivClassName
{
background-color: #D8BBF2;
}
.BgClassName
{
background-color: #D8BBF2;
}
</style>
border-color css
<style>
span { border-color: #D8BBF2; }
span { border-color: rgb(216,187,242); }
td.TdClassName
{
border-color: #D8BBF2;
}
.TagClassName
{
border-color: #D8BBF2;
}
</style>