Shades of Fog #D8BBF4
Tints of Fog #D8BBF4
RGB
CMYK
RGB Variations
Color information
#D8BBF4 (or 0xD8BBF4) is known color: Fog. HEX triplet: D8, BB and F4. RGB value is (216,187,244). Sum of RGB (Red+Green+Blue) = 216+187+244=647 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.38% from 647); Green value is 187 (73.44% from 255 or 28.90% from 647); Blue value is 244 (95.70% from 255 or 37.71% from 647); Max value from RGB is 244 - color contains mainly: blue. Hex color #D8BBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BBF4 is #27440B. Grayscale: #C9C9C9. Windows color (decimal): -2573324 or 16038872. OLE color: 16038872.
HSL color Cylindrical-coordinate representation of color #D8BBF4: hue angle of 270.53º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D8BBF4 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 187 | 244 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.04 |
| HSL | 270.53º | 0.72% | 0.85% | - |
| HSV(B) | 270.53º | 0.23% | 0.96% | - |
| XYZ | 62.42 | 56.67 | 93.24 | - |
| YUV | 202.17 | 151.61 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 244 | 0.11 | 0.23 | 0 | 0.04 | 270.53 | 0.72 | 0.85 |
| Hex | D8 | BB | F4 | B | 17 | 0 | 4 | 10F | 48 | 55 |
| Octal | 330 | 273 | 364 | 13 | 27 | 0 | 4 | 417 | 110 | 125 |
| Binary | 11011000 | 10111011 | 11110100 | 1011 | 10111 | 0 | 100 | 100001111 | 1001000 | 1010101 |
Color Harmonies of #D8BBF4
Complementary color
Monochromatic Colors of #D8BBF4
Black with #D8BBF4
Text Example
Text Example
White with #D8BBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BBF4; }
p { color: rgb(216,187,244); }
H1.HeaderClassName
{
color: #D8BBF4;
}
.AnyTagClassName
{
color: #D8BBF4;
}
</style>
background-color css
<style>
a { background-color: #D8BBF4; }
a { background-color: rgb(216,187,244); }
div.DivClassName
{
background-color: #D8BBF4;
}
.BgClassName
{
background-color: #D8BBF4;
}
</style>
border-color css
<style>
span { border-color: #D8BBF4; }
span { border-color: rgb(216,187,244); }
td.TdClassName
{
border-color: #D8BBF4;
}
.TagClassName
{
border-color: #D8BBF4;
}
</style>