Shades of Blossom #E5BDBF
Tints of Blossom #E5BDBF
RGB
CMYK
RGB Variations
Color information
#E5BDBF (or 0xE5BDBF) is known color: Blossom. HEX triplet: E5, BD and BF. RGB value is (229,189,191). Sum of RGB (Red+Green+Blue) = 229+189+191=609 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.60% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BDBF is #1A4240. Grayscale: #C9C9C9. Windows color (decimal): -1720897 or 12565989. OLE color: 12565989.
HSL color Cylindrical-coordinate representation of color #E5BDBF: hue angle of 357º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5BDBF is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 189 | 191 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.10 |
| HSL | 357º | 0.43% | 0.82% | - |
| HSV(B) | 357º | 0.17% | 0.9% | - |
| XYZ | 59.91 | 56.81 | 57.1 | - |
| YUV | 201.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 189 | 191 | 0 | 0.17 | 0.17 | 0.10 | 357 | 0.43 | 0.82 |
| Hex | E5 | BD | BF | 0 | 11 | 11 | A | 165 | 2B | 52 |
| Octal | 345 | 275 | 277 | 0 | 21 | 21 | 12 | 545 | 53 | 122 |
| Binary | 11100101 | 10111101 | 10111111 | 0 | 10001 | 10001 | 1010 | 101100101 | 101011 | 1010010 |
Color Harmonies of #E5BDBF
Complementary color
Monochromatic Colors of #E5BDBF
Black with #E5BDBF
Text Example
Text Example
White with #E5BDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BDBF; }
p { color: rgb(229,189,191); }
H1.HeaderClassName
{
color: #E5BDBF;
}
.AnyTagClassName
{
color: #E5BDBF;
}
</style>
background-color css
<style>
a { background-color: #E5BDBF; }
a { background-color: rgb(229,189,191); }
div.DivClassName
{
background-color: #E5BDBF;
}
.BgClassName
{
background-color: #E5BDBF;
}
</style>
border-color css
<style>
span { border-color: #E5BDBF; }
span { border-color: rgb(229,189,191); }
td.TdClassName
{
border-color: #E5BDBF;
}
.TagClassName
{
border-color: #E5BDBF;
}
</style>