Shades of Blossom #E4BFC0
Tints of Blossom #E4BFC0
RGB
CMYK
RGB Variations
Color information
#E4BFC0 (or 0xE4BFC0) is known color: Blossom. HEX triplet: E4, BF and C0. RGB value is (228,191,192). Sum of RGB (Red+Green+Blue) = 228+191+192=611 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.32% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BFC0 is #1B403F. Grayscale: #CACACA. Windows color (decimal): -1785920 or 12632036. OLE color: 12632036.
HSL color Cylindrical-coordinate representation of color #E4BFC0: hue angle of 358.38º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E4BFC0 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 191 | 192 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.11 |
| HSL | 358.38º | 0.41% | 0.82% | - |
| HSV(B) | 358.38º | 0.16% | 0.89% | - |
| XYZ | 60.14 | 57.56 | 57.81 | - |
| YUV | 202.18 | 122.26 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 191 | 192 | 0 | 0.16 | 0.16 | 0.11 | 358.38 | 0.41 | 0.82 |
| Hex | E4 | BF | C0 | 0 | 10 | 10 | B | 166 | 29 | 52 |
| Octal | 344 | 277 | 300 | 0 | 20 | 20 | 13 | 546 | 51 | 122 |
| Binary | 11100100 | 10111111 | 11000000 | 0 | 10000 | 10000 | 1011 | 101100110 | 101001 | 1010010 |
Color Harmonies of #E4BFC0
Complementary color
Monochromatic Colors of #E4BFC0
Black with #E4BFC0
Text Example
Text Example
White with #E4BFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BFC0; }
p { color: rgb(228,191,192); }
H1.HeaderClassName
{
color: #E4BFC0;
}
.AnyTagClassName
{
color: #E4BFC0;
}
</style>
background-color css
<style>
a { background-color: #E4BFC0; }
a { background-color: rgb(228,191,192); }
div.DivClassName
{
background-color: #E4BFC0;
}
.BgClassName
{
background-color: #E4BFC0;
}
</style>
border-color css
<style>
span { border-color: #E4BFC0; }
span { border-color: rgb(228,191,192); }
td.TdClassName
{
border-color: #E4BFC0;
}
.TagClassName
{
border-color: #E4BFC0;
}
</style>