Shades of Fog #D5BBF5
Tints of Fog #D5BBF5
RGB
CMYK
RGB Variations
Color information
#D5BBF5 (or 0xD5BBF5) is known color: Fog. HEX triplet: D5, BB and F5. RGB value is (213,187,245). Sum of RGB (Red+Green+Blue) = 213+187+245=645 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.02% from 645); Green value is 187 (73.44% from 255 or 28.99% from 645); Blue value is 245 (96.09% from 255 or 37.98% from 645); Max value from RGB is 245 - color contains mainly: blue. Hex color #D5BBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BBF5 is #2A440A. Grayscale: #C9C9C9. Windows color (decimal): -2769931 or 16104405. OLE color: 16104405.
HSL color Cylindrical-coordinate representation of color #D5BBF5: hue angle of 266.9º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5BBF5 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 187 | 245 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.04 |
| HSL | 266.9º | 0.74% | 0.85% | - |
| HSV(B) | 266.9º | 0.24% | 0.96% | - |
| XYZ | 61.69 | 56.28 | 94 | - |
| YUV | 201.39 | 152.61 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 245 | 0.13 | 0.24 | 0 | 0.04 | 266.9 | 0.74 | 0.85 |
| Hex | D5 | BB | F5 | D | 18 | 0 | 4 | 10B | 4A | 55 |
| Octal | 325 | 273 | 365 | 15 | 30 | 0 | 4 | 413 | 112 | 125 |
| Binary | 11010101 | 10111011 | 11110101 | 1101 | 11000 | 0 | 100 | 100001011 | 1001010 | 1010101 |
Color Harmonies of #D5BBF5
Complementary color
Monochromatic Colors of #D5BBF5
Black with #D5BBF5
Text Example
Text Example
White with #D5BBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBF5; }
p { color: rgb(213,187,245); }
H1.HeaderClassName
{
color: #D5BBF5;
}
.AnyTagClassName
{
color: #D5BBF5;
}
</style>
background-color css
<style>
a { background-color: #D5BBF5; }
a { background-color: rgb(213,187,245); }
div.DivClassName
{
background-color: #D5BBF5;
}
.BgClassName
{
background-color: #D5BBF5;
}
</style>
border-color css
<style>
span { border-color: #D5BBF5; }
span { border-color: rgb(213,187,245); }
td.TdClassName
{
border-color: #D5BBF5;
}
.TagClassName
{
border-color: #D5BBF5;
}
</style>