Shades of Fog #D7BBF4
Tints of Fog #D7BBF4
RGB
CMYK
RGB Variations
Color information
#D7BBF4 (or 0xD7BBF4) is known color: Fog. HEX triplet: D7, BB and F4. RGB value is (215,187,244). Sum of RGB (Red+Green+Blue) = 215+187+244=646 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.28% from 646); Green value is 187 (73.44% from 255 or 28.95% from 646); Blue value is 244 (95.70% from 255 or 37.77% from 646); Max value from RGB is 244 - color contains mainly: blue. Hex color #D7BBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BBF4 is #28440B. Grayscale: #C9C9C9. Windows color (decimal): -2638860 or 16038871. OLE color: 16038871.
HSL color Cylindrical-coordinate representation of color #D7BBF4: hue angle of 269.47º 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 #D7BBF4 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 187 | 244 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.04 |
| HSL | 269.47º | 0.72% | 0.85% | - |
| HSV(B) | 269.47º | 0.23% | 0.96% | - |
| XYZ | 62.12 | 56.52 | 93.22 | - |
| YUV | 201.87 | 151.78 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 187 | 244 | 0.12 | 0.23 | 0 | 0.04 | 269.47 | 0.72 | 0.85 |
| Hex | D7 | BB | F4 | C | 17 | 0 | 4 | 10D | 48 | 55 |
| Octal | 327 | 273 | 364 | 14 | 27 | 0 | 4 | 415 | 110 | 125 |
| Binary | 11010111 | 10111011 | 11110100 | 1100 | 10111 | 0 | 100 | 100001101 | 1001000 | 1010101 |
Color Harmonies of #D7BBF4
Complementary color
Monochromatic Colors of #D7BBF4
Black with #D7BBF4
Text Example
Text Example
White with #D7BBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BBF4; }
p { color: rgb(215,187,244); }
H1.HeaderClassName
{
color: #D7BBF4;
}
.AnyTagClassName
{
color: #D7BBF4;
}
</style>
background-color css
<style>
a { background-color: #D7BBF4; }
a { background-color: rgb(215,187,244); }
div.DivClassName
{
background-color: #D7BBF4;
}
.BgClassName
{
background-color: #D7BBF4;
}
</style>
border-color css
<style>
span { border-color: #D7BBF4; }
span { border-color: rgb(215,187,244); }
td.TdClassName
{
border-color: #D7BBF4;
}
.TagClassName
{
border-color: #D7BBF4;
}
</style>