Shades of Fog #D5BBE5
Tints of Fog #D5BBE5
RGB
CMYK
RGB Variations
Color information
#D5BBE5 (or 0xD5BBE5) is known color: Fog. HEX triplet: D5, BB and E5. RGB value is (213,187,229). Sum of RGB (Red+Green+Blue) = 213+187+229=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 229 (89.84% from 255 or 36.41% from 629); Max value from RGB is 229 - color contains mainly: blue. Hex color #D5BBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBE5 is #2A441A. Grayscale: #C7C7C7. Windows color (decimal): -2769947 or 15055829. OLE color: 15055829.
HSL color Cylindrical-coordinate representation of color #D5BBE5: hue angle of 277.14º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5BBE5 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 187 | 229 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.10 |
| HSL | 277.14º | 0.45% | 0.82% | - |
| HSV(B) | 277.14º | 0.18% | 0.9% | - |
| XYZ | 59.35 | 55.34 | 81.68 | - |
| YUV | 199.56 | 144.61 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 229 | 0.07 | 0.18 | 0 | 0.10 | 277.14 | 0.45 | 0.82 |
| Hex | D5 | BB | E5 | 7 | 12 | 0 | A | 115 | 2D | 52 |
| Octal | 325 | 273 | 345 | 7 | 22 | 0 | 12 | 425 | 55 | 122 |
| Binary | 11010101 | 10111011 | 11100101 | 111 | 10010 | 0 | 1010 | 100010101 | 101101 | 1010010 |
Color Harmonies of #D5BBE5
Complementary color
Monochromatic Colors of #D5BBE5
Black with #D5BBE5
Text Example
Text Example
White with #D5BBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBE5; }
p { color: rgb(213,187,229); }
H1.HeaderClassName
{
color: #D5BBE5;
}
.AnyTagClassName
{
color: #D5BBE5;
}
</style>
background-color css
<style>
a { background-color: #D5BBE5; }
a { background-color: rgb(213,187,229); }
div.DivClassName
{
background-color: #D5BBE5;
}
.BgClassName
{
background-color: #D5BBE5;
}
</style>
border-color css
<style>
span { border-color: #D5BBE5; }
span { border-color: rgb(213,187,229); }
td.TdClassName
{
border-color: #D5BBE5;
}
.TagClassName
{
border-color: #D5BBE5;
}
</style>