Shades of Fog #D5BBF8
Tints of Fog #D5BBF8
RGB
CMYK
RGB Variations
Color information
#D5BBF8 (or 0xD5BBF8) is known color: Fog. HEX triplet: D5, BB and F8. RGB value is (213,187,248). Sum of RGB (Red+Green+Blue) = 213+187+248=648 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.87% from 648); Green value is 187 (73.44% from 255 or 28.86% from 648); Blue value is 248 (97.27% from 255 or 38.27% from 648); Max value from RGB is 248 - color contains mainly: blue. Hex color #D5BBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BBF8 is #2A4407. Grayscale: #C9C9C9. Windows color (decimal): -2769928 or 16301013. OLE color: 16301013.
HSL color Cylindrical-coordinate representation of color #D5BBF8: hue angle of 265.57º 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 #D5BBF8 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 187 | 248 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.03 |
| HSL | 265.57º | 0.81% | 0.85% | - |
| HSV(B) | 265.57º | 0.25% | 0.97% | - |
| XYZ | 62.15 | 56.46 | 96.43 | - |
| YUV | 201.73 | 154.11 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 248 | 0.14 | 0.25 | 0 | 0.03 | 265.57 | 0.81 | 0.85 |
| Hex | D5 | BB | F8 | E | 19 | 0 | 3 | 10A | 51 | 55 |
| Octal | 325 | 273 | 370 | 16 | 31 | 0 | 3 | 412 | 121 | 125 |
| Binary | 11010101 | 10111011 | 11111000 | 1110 | 11001 | 0 | 11 | 100001010 | 1010001 | 1010101 |
Color Harmonies of #D5BBF8
Complementary color
Monochromatic Colors of #D5BBF8
Black with #D5BBF8
Text Example
Text Example
White with #D5BBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBF8; }
p { color: rgb(213,187,248); }
H1.HeaderClassName
{
color: #D5BBF8;
}
.AnyTagClassName
{
color: #D5BBF8;
}
</style>
background-color css
<style>
a { background-color: #D5BBF8; }
a { background-color: rgb(213,187,248); }
div.DivClassName
{
background-color: #D5BBF8;
}
.BgClassName
{
background-color: #D5BBF8;
}
</style>
border-color css
<style>
span { border-color: #D5BBF8; }
span { border-color: rgb(213,187,248); }
td.TdClassName
{
border-color: #D5BBF8;
}
.TagClassName
{
border-color: #D5BBF8;
}
</style>