Shades of Fog #D7BBEB
Tints of Fog #D7BBEB
RGB
CMYK
RGB Variations
Color information
#D7BBEB (or 0xD7BBEB) is known color: Fog. HEX triplet: D7, BB and EB. RGB value is (215,187,235). Sum of RGB (Red+Green+Blue) = 215+187+235=637 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.75% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #D7BBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BBEB is #284414. Grayscale: #C8C8C8. Windows color (decimal): -2638869 or 15449047. OLE color: 15449047.
HSL color Cylindrical-coordinate representation of color #D7BBEB: hue angle of 275º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7BBEB is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 187 | 235 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.08 |
| HSL | 275º | 0.55% | 0.83% | - |
| HSV(B) | 275º | 0.2% | 0.92% | - |
| XYZ | 60.79 | 55.99 | 86.2 | - |
| YUV | 200.84 | 147.28 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 187 | 235 | 0.09 | 0.20 | 0 | 0.08 | 275 | 0.55 | 0.83 |
| Hex | D7 | BB | EB | 9 | 14 | 0 | 8 | 113 | 37 | 53 |
| Octal | 327 | 273 | 353 | 11 | 24 | 0 | 10 | 423 | 67 | 123 |
| Binary | 11010111 | 10111011 | 11101011 | 1001 | 10100 | 0 | 1000 | 100010011 | 110111 | 1010011 |
Color Harmonies of #D7BBEB
Complementary color
Monochromatic Colors of #D7BBEB
Black with #D7BBEB
Text Example
Text Example
White with #D7BBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BBEB; }
p { color: rgb(215,187,235); }
H1.HeaderClassName
{
color: #D7BBEB;
}
.AnyTagClassName
{
color: #D7BBEB;
}
</style>
background-color css
<style>
a { background-color: #D7BBEB; }
a { background-color: rgb(215,187,235); }
div.DivClassName
{
background-color: #D7BBEB;
}
.BgClassName
{
background-color: #D7BBEB;
}
</style>
border-color css
<style>
span { border-color: #D7BBEB; }
span { border-color: rgb(215,187,235); }
td.TdClassName
{
border-color: #D7BBEB;
}
.TagClassName
{
border-color: #D7BBEB;
}
</style>