Shades of Fog #D6BBF7
Tints of Fog #D6BBF7
RGB
CMYK
RGB Variations
Color information
#D6BBF7 (or 0xD6BBF7) is known color: Fog. HEX triplet: D6, BB and F7. RGB value is (214,187,247). Sum of RGB (Red+Green+Blue) = 214+187+247=648 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.02% from 648); Green value is 187 (73.44% from 255 or 28.86% from 648); Blue value is 247 (96.88% from 255 or 38.12% from 648); Max value from RGB is 247 - color contains mainly: blue. Hex color #D6BBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BBF7 is #294408. Grayscale: #C9C9C9. Windows color (decimal): -2704393 or 16235478. OLE color: 16235478.
HSL color Cylindrical-coordinate representation of color #D6BBF7: hue angle of 267º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6BBF7 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 187 | 247 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.03 |
| HSL | 267º | 0.79% | 0.85% | - |
| HSV(B) | 267º | 0.24% | 0.97% | - |
| XYZ | 62.29 | 56.55 | 95.63 | - |
| YUV | 201.91 | 153.45 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 247 | 0.13 | 0.24 | 0 | 0.03 | 267 | 0.79 | 0.85 |
| Hex | D6 | BB | F7 | D | 18 | 0 | 3 | 10B | 4F | 55 |
| Octal | 326 | 273 | 367 | 15 | 30 | 0 | 3 | 413 | 117 | 125 |
| Binary | 11010110 | 10111011 | 11110111 | 1101 | 11000 | 0 | 11 | 100001011 | 1001111 | 1010101 |
Color Harmonies of #D6BBF7
Complementary color
Monochromatic Colors of #D6BBF7
Black with #D6BBF7
Text Example
Text Example
White with #D6BBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBF7; }
p { color: rgb(214,187,247); }
H1.HeaderClassName
{
color: #D6BBF7;
}
.AnyTagClassName
{
color: #D6BBF7;
}
</style>
background-color css
<style>
a { background-color: #D6BBF7; }
a { background-color: rgb(214,187,247); }
div.DivClassName
{
background-color: #D6BBF7;
}
.BgClassName
{
background-color: #D6BBF7;
}
</style>
border-color css
<style>
span { border-color: #D6BBF7; }
span { border-color: rgb(214,187,247); }
td.TdClassName
{
border-color: #D6BBF7;
}
.TagClassName
{
border-color: #D6BBF7;
}
</style>