Shades of Fog #D6BBE9
Tints of Fog #D6BBE9
RGB
CMYK
RGB Variations
Color information
#D6BBE9 (or 0xD6BBE9) is known color: Fog. HEX triplet: D6, BB and E9. RGB value is (214,187,233). Sum of RGB (Red+Green+Blue) = 214+187+233=634 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.75% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 233 (91.41% from 255 or 36.75% from 634); Max value from RGB is 233 - color contains mainly: blue. Hex color #D6BBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BBE9 is #294416. Grayscale: #C8C8C8. Windows color (decimal): -2704407 or 15317974. OLE color: 15317974.
HSL color Cylindrical-coordinate representation of color #D6BBE9: hue angle of 275.22º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6BBE9 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 187 | 233 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.09 |
| HSL | 275.22º | 0.51% | 0.82% | - |
| HSV(B) | 275.22º | 0.2% | 0.91% | - |
| XYZ | 60.21 | 55.72 | 84.67 | - |
| YUV | 200.32 | 146.45 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 233 | 0.08 | 0.20 | 0 | 0.09 | 275.22 | 0.51 | 0.82 |
| Hex | D6 | BB | E9 | 8 | 14 | 0 | 9 | 113 | 33 | 52 |
| Octal | 326 | 273 | 351 | 10 | 24 | 0 | 11 | 423 | 63 | 122 |
| Binary | 11010110 | 10111011 | 11101001 | 1000 | 10100 | 0 | 1001 | 100010011 | 110011 | 1010010 |
Color Harmonies of #D6BBE9
Complementary color
Monochromatic Colors of #D6BBE9
Black with #D6BBE9
Text Example
Text Example
White with #D6BBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBE9; }
p { color: rgb(214,187,233); }
H1.HeaderClassName
{
color: #D6BBE9;
}
.AnyTagClassName
{
color: #D6BBE9;
}
</style>
background-color css
<style>
a { background-color: #D6BBE9; }
a { background-color: rgb(214,187,233); }
div.DivClassName
{
background-color: #D6BBE9;
}
.BgClassName
{
background-color: #D6BBE9;
}
</style>
border-color css
<style>
span { border-color: #D6BBE9; }
span { border-color: rgb(214,187,233); }
td.TdClassName
{
border-color: #D6BBE9;
}
.TagClassName
{
border-color: #D6BBE9;
}
</style>