Shades of Fog #D5BBF9
Tints of Fog #D5BBF9
RGB
CMYK
RGB Variations
Color information
#D5BBF9 (or 0xD5BBF9) is known color: Fog. HEX triplet: D5, BB and F9. RGB value is (213,187,249). Sum of RGB (Red+Green+Blue) = 213+187+249=649 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.82% from 649); Green value is 187 (73.44% from 255 or 28.81% from 649); Blue value is 249 (97.66% from 255 or 38.37% from 649); Max value from RGB is 249 - color contains mainly: blue. Hex color #D5BBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BBF9 is #2A4406. Grayscale: #C9C9C9. Windows color (decimal): -2769927 or 16366549. OLE color: 16366549.
HSL color Cylindrical-coordinate representation of color #D5BBF9: hue angle of 265.16º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5BBF9 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 187 | 249 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.02 |
| HSL | 265.16º | 0.84% | 0.85% | - |
| HSV(B) | 265.16º | 0.25% | 0.98% | - |
| XYZ | 62.31 | 56.53 | 97.25 | - |
| YUV | 201.84 | 154.61 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 249 | 0.14 | 0.25 | 0 | 0.02 | 265.16 | 0.84 | 0.85 |
| Hex | D5 | BB | F9 | E | 19 | 0 | 2 | 109 | 54 | 55 |
| Octal | 325 | 273 | 371 | 16 | 31 | 0 | 2 | 411 | 124 | 125 |
| Binary | 11010101 | 10111011 | 11111001 | 1110 | 11001 | 0 | 10 | 100001001 | 1010100 | 1010101 |
Color Harmonies of #D5BBF9
Complementary color
Monochromatic Colors of #D5BBF9
Black with #D5BBF9
Text Example
Text Example
White with #D5BBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBF9; }
p { color: rgb(213,187,249); }
H1.HeaderClassName
{
color: #D5BBF9;
}
.AnyTagClassName
{
color: #D5BBF9;
}
</style>
background-color css
<style>
a { background-color: #D5BBF9; }
a { background-color: rgb(213,187,249); }
div.DivClassName
{
background-color: #D5BBF9;
}
.BgClassName
{
background-color: #D5BBF9;
}
</style>
border-color css
<style>
span { border-color: #D5BBF9; }
span { border-color: rgb(213,187,249); }
td.TdClassName
{
border-color: #D5BBF9;
}
.TagClassName
{
border-color: #D5BBF9;
}
</style>