Shades of Fog #D6BBEB
Tints of Fog #D6BBEB
RGB
CMYK
RGB Variations
Color information
#D6BBEB (or 0xD6BBEB) is known color: Fog. HEX triplet: D6, BB and EB. RGB value is (214,187,235). Sum of RGB (Red+Green+Blue) = 214+187+235=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #D6BBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BBEB is #294414. Grayscale: #C8C8C8. Windows color (decimal): -2704405 or 15449046. OLE color: 15449046.
HSL color Cylindrical-coordinate representation of color #D6BBEB: hue angle of 273.75º 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 #D6BBEB is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 187 | 235 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.08 |
| HSL | 273.75º | 0.55% | 0.83% | - |
| HSV(B) | 273.75º | 0.2% | 0.92% | - |
| XYZ | 60.5 | 55.83 | 86.19 | - |
| YUV | 200.55 | 147.45 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 235 | 0.09 | 0.20 | 0 | 0.08 | 273.75 | 0.55 | 0.83 |
| Hex | D6 | BB | EB | 9 | 14 | 0 | 8 | 112 | 37 | 53 |
| Octal | 326 | 273 | 353 | 11 | 24 | 0 | 10 | 422 | 67 | 123 |
| Binary | 11010110 | 10111011 | 11101011 | 1001 | 10100 | 0 | 1000 | 100010010 | 110111 | 1010011 |
Color Harmonies of #D6BBEB
Complementary color
Monochromatic Colors of #D6BBEB
Black with #D6BBEB
Text Example
Text Example
White with #D6BBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBEB; }
p { color: rgb(214,187,235); }
H1.HeaderClassName
{
color: #D6BBEB;
}
.AnyTagClassName
{
color: #D6BBEB;
}
</style>
background-color css
<style>
a { background-color: #D6BBEB; }
a { background-color: rgb(214,187,235); }
div.DivClassName
{
background-color: #D6BBEB;
}
.BgClassName
{
background-color: #D6BBEB;
}
</style>
border-color css
<style>
span { border-color: #D6BBEB; }
span { border-color: rgb(214,187,235); }
td.TdClassName
{
border-color: #D6BBEB;
}
.TagClassName
{
border-color: #D6BBEB;
}
</style>