Shades of Fog #D6BBF8
Tints of Fog #D6BBF8
RGB
CMYK
RGB Variations
Color information
#D6BBF8 (or 0xD6BBF8) is known color: Fog. HEX triplet: D6, BB and F8. RGB value is (214,187,248). Sum of RGB (Red+Green+Blue) = 214+187+248=649 (85% of max value = 765). Red value is 214 (83.98% from 255 or 32.97% from 649); Green value is 187 (73.44% from 255 or 28.81% from 649); Blue value is 248 (97.27% from 255 or 38.21% from 649); Max value from RGB is 248 - color contains mainly: blue. Hex color #D6BBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BBF8 is #294407. Grayscale: #C9C9C9. Windows color (decimal): -2704392 or 16301014. OLE color: 16301014.
HSL color Cylindrical-coordinate representation of color #D6BBF8: hue angle of 266.56º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6BBF8 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 187 | 248 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.03 |
| HSL | 266.56º | 0.81% | 0.85% | - |
| HSV(B) | 266.56º | 0.25% | 0.97% | - |
| XYZ | 62.45 | 56.61 | 96.44 | - |
| YUV | 202.03 | 153.95 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 248 | 0.14 | 0.25 | 0 | 0.03 | 266.56 | 0.81 | 0.85 |
| Hex | D6 | BB | F8 | E | 19 | 0 | 3 | 10B | 51 | 55 |
| Octal | 326 | 273 | 370 | 16 | 31 | 0 | 3 | 413 | 121 | 125 |
| Binary | 11010110 | 10111011 | 11111000 | 1110 | 11001 | 0 | 11 | 100001011 | 1010001 | 1010101 |
Color Harmonies of #D6BBF8
Complementary color
Monochromatic Colors of #D6BBF8
Black with #D6BBF8
Text Example
Text Example
White with #D6BBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBF8; }
p { color: rgb(214,187,248); }
H1.HeaderClassName
{
color: #D6BBF8;
}
.AnyTagClassName
{
color: #D6BBF8;
}
</style>
background-color css
<style>
a { background-color: #D6BBF8; }
a { background-color: rgb(214,187,248); }
div.DivClassName
{
background-color: #D6BBF8;
}
.BgClassName
{
background-color: #D6BBF8;
}
</style>
border-color css
<style>
span { border-color: #D6BBF8; }
span { border-color: rgb(214,187,248); }
td.TdClassName
{
border-color: #D6BBF8;
}
.TagClassName
{
border-color: #D6BBF8;
}
</style>