Shades of Blossom #E5BEBF
Tints of Blossom #E5BEBF
RGB
CMYK
RGB Variations
Color information
#E5BEBF (or 0xE5BEBF) is known color: Blossom. HEX triplet: E5, BE and BF. RGB value is (229,190,191). Sum of RGB (Red+Green+Blue) = 229+190+191=610 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.54% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BEBF is #1A4140. Grayscale: #C9C9C9. Windows color (decimal): -1720641 or 12566245. OLE color: 12566245.
HSL color Cylindrical-coordinate representation of color #E5BEBF: hue angle of 358.46º 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 #E5BEBF is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 191 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.10 |
| HSL | 358.46º | 0.43% | 0.82% | - |
| HSV(B) | 358.46º | 0.17% | 0.9% | - |
| XYZ | 60.13 | 57.25 | 57.17 | - |
| YUV | 201.78 | 121.92 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 191 | 0 | 0.17 | 0.17 | 0.10 | 358.46 | 0.43 | 0.82 |
| Hex | E5 | BE | BF | 0 | 11 | 11 | A | 166 | 2B | 52 |
| Octal | 345 | 276 | 277 | 0 | 21 | 21 | 12 | 546 | 53 | 122 |
| Binary | 11100101 | 10111110 | 10111111 | 0 | 10001 | 10001 | 1010 | 101100110 | 101011 | 1010010 |
Color Harmonies of #E5BEBF
Complementary color
Monochromatic Colors of #E5BEBF
Black with #E5BEBF
Text Example
Text Example
White with #E5BEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BEBF; }
p { color: rgb(229,190,191); }
H1.HeaderClassName
{
color: #E5BEBF;
}
.AnyTagClassName
{
color: #E5BEBF;
}
</style>
background-color css
<style>
a { background-color: #E5BEBF; }
a { background-color: rgb(229,190,191); }
div.DivClassName
{
background-color: #E5BEBF;
}
.BgClassName
{
background-color: #E5BEBF;
}
</style>
border-color css
<style>
span { border-color: #E5BEBF; }
span { border-color: rgb(229,190,191); }
td.TdClassName
{
border-color: #E5BEBF;
}
.TagClassName
{
border-color: #E5BEBF;
}
</style>