Shades of Fog #D8BBF0
Tints of Fog #D8BBF0
RGB
CMYK
RGB Variations
Color information
#D8BBF0 (or 0xD8BBF0) is known color: Fog. HEX triplet: D8, BB and F0. RGB value is (216,187,240). Sum of RGB (Red+Green+Blue) = 216+187+240=643 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.59% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #D8BBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BBF0 is #27440F. Grayscale: #C9C9C9. Windows color (decimal): -2573328 or 15776728. OLE color: 15776728.
HSL color Cylindrical-coordinate representation of color #D8BBF0: hue angle of 272.83º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8BBF0 is Cyan = 0.1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 187 | 240 | - |
| CMYK | 0.1 | 0.22 | 0 | 0.06 |
| HSL | 272.83º | 0.64% | 0.84% | - |
| HSV(B) | 272.83º | 0.22% | 0.94% | - |
| XYZ | 61.82 | 56.43 | 90.07 | - |
| YUV | 201.71 | 149.61 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 240 | 0.1 | 0.22 | 0 | 0.06 | 272.83 | 0.64 | 0.84 |
| Hex | D8 | BB | F0 | A | 16 | 0 | 6 | 111 | 40 | 54 |
| Octal | 330 | 273 | 360 | 12 | 26 | 0 | 6 | 421 | 100 | 124 |
| Binary | 11011000 | 10111011 | 11110000 | 1010 | 10110 | 0 | 110 | 100010001 | 1000000 | 1010100 |
Color Harmonies of #D8BBF0
Complementary color
Monochromatic Colors of #D8BBF0
Black with #D8BBF0
Text Example
Text Example
White with #D8BBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BBF0; }
p { color: rgb(216,187,240); }
H1.HeaderClassName
{
color: #D8BBF0;
}
.AnyTagClassName
{
color: #D8BBF0;
}
</style>
background-color css
<style>
a { background-color: #D8BBF0; }
a { background-color: rgb(216,187,240); }
div.DivClassName
{
background-color: #D8BBF0;
}
.BgClassName
{
background-color: #D8BBF0;
}
</style>
border-color css
<style>
span { border-color: #D8BBF0; }
span { border-color: rgb(216,187,240); }
td.TdClassName
{
border-color: #D8BBF0;
}
.TagClassName
{
border-color: #D8BBF0;
}
</style>