Shades of Fog #D7BBF5
Tints of Fog #D7BBF5
RGB
CMYK
RGB Variations
Color information
#D7BBF5 (or 0xD7BBF5) is known color: Fog. HEX triplet: D7, BB and F5. RGB value is (215,187,245). Sum of RGB (Red+Green+Blue) = 215+187+245=647 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.23% from 647); Green value is 187 (73.44% from 255 or 28.90% from 647); Blue value is 245 (96.09% from 255 or 37.87% from 647); Max value from RGB is 245 - color contains mainly: blue. Hex color #D7BBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BBF5 is #28440A. Grayscale: #C9C9C9. Windows color (decimal): -2638859 or 16104407. OLE color: 16104407.
HSL color Cylindrical-coordinate representation of color #D7BBF5: hue angle of 268.97º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D7BBF5 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 187 | 245 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.04 |
| HSL | 268.97º | 0.74% | 0.85% | - |
| HSV(B) | 268.97º | 0.24% | 0.96% | - |
| XYZ | 62.28 | 56.58 | 94.02 | - |
| YUV | 201.98 | 152.28 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 187 | 245 | 0.12 | 0.24 | 0 | 0.04 | 268.97 | 0.74 | 0.85 |
| Hex | D7 | BB | F5 | C | 18 | 0 | 4 | 10D | 4A | 55 |
| Octal | 327 | 273 | 365 | 14 | 30 | 0 | 4 | 415 | 112 | 125 |
| Binary | 11010111 | 10111011 | 11110101 | 1100 | 11000 | 0 | 100 | 100001101 | 1001010 | 1010101 |
Color Harmonies of #D7BBF5
Complementary color
Monochromatic Colors of #D7BBF5
Black with #D7BBF5
Text Example
Text Example
White with #D7BBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BBF5; }
p { color: rgb(215,187,245); }
H1.HeaderClassName
{
color: #D7BBF5;
}
.AnyTagClassName
{
color: #D7BBF5;
}
</style>
background-color css
<style>
a { background-color: #D7BBF5; }
a { background-color: rgb(215,187,245); }
div.DivClassName
{
background-color: #D7BBF5;
}
.BgClassName
{
background-color: #D7BBF5;
}
</style>
border-color css
<style>
span { border-color: #D7BBF5; }
span { border-color: rgb(215,187,245); }
td.TdClassName
{
border-color: #D7BBF5;
}
.TagClassName
{
border-color: #D7BBF5;
}
</style>