Shades of Fog #D5BBF0
Tints of Fog #D5BBF0
RGB
CMYK
RGB Variations
Color information
#D5BBF0 (or 0xD5BBF0) is known color: Fog. HEX triplet: D5, BB and F0. RGB value is (213,187,240). Sum of RGB (Red+Green+Blue) = 213+187+240=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 240 (94.14% from 255 or 37.5% from 640); Max value from RGB is 240 - color contains mainly: blue. Hex color #D5BBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BBF0 is #2A440F. Grayscale: #C8C8C8. Windows color (decimal): -2769936 or 15776725. OLE color: 15776725.
HSL color Cylindrical-coordinate representation of color #D5BBF0: hue angle of 269.43º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5BBF0 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 187 | 240 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.06 |
| HSL | 269.43º | 0.64% | 0.84% | - |
| HSV(B) | 269.43º | 0.22% | 0.94% | - |
| XYZ | 60.94 | 55.98 | 90.03 | - |
| YUV | 200.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 240 | 0.11 | 0.22 | 0 | 0.06 | 269.43 | 0.64 | 0.84 |
| Hex | D5 | BB | F0 | B | 16 | 0 | 6 | 10D | 40 | 54 |
| Octal | 325 | 273 | 360 | 13 | 26 | 0 | 6 | 415 | 100 | 124 |
| Binary | 11010101 | 10111011 | 11110000 | 1011 | 10110 | 0 | 110 | 100001101 | 1000000 | 1010100 |
Color Harmonies of #D5BBF0
Complementary color
Monochromatic Colors of #D5BBF0
Black with #D5BBF0
Text Example
Text Example
White with #D5BBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBF0; }
p { color: rgb(213,187,240); }
H1.HeaderClassName
{
color: #D5BBF0;
}
.AnyTagClassName
{
color: #D5BBF0;
}
</style>
background-color css
<style>
a { background-color: #D5BBF0; }
a { background-color: rgb(213,187,240); }
div.DivClassName
{
background-color: #D5BBF0;
}
.BgClassName
{
background-color: #D5BBF0;
}
</style>
border-color css
<style>
span { border-color: #D5BBF0; }
span { border-color: rgb(213,187,240); }
td.TdClassName
{
border-color: #D5BBF0;
}
.TagClassName
{
border-color: #D5BBF0;
}
</style>