Shades of Blossom #E2BDC0
Tints of Blossom #E2BDC0
RGB
CMYK
RGB Variations
Color information
#E2BDC0 (or 0xE2BDC0) is known color: Blossom. HEX triplet: E2, BD and C0. RGB value is (226,189,192). Sum of RGB (Red+Green+Blue) = 226+189+192=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BDC0 is #1D423F. Grayscale: #C8C8C8. Windows color (decimal): -1917504 or 12631522. OLE color: 12631522.
HSL color Cylindrical-coordinate representation of color #E2BDC0: hue angle of 355.14º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2BDC0 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 189 | 192 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.11 |
| HSL | 355.14º | 0.39% | 0.81% | - |
| HSV(B) | 355.14º | 0.16% | 0.89% | - |
| XYZ | 59.08 | 56.37 | 57.64 | - |
| YUV | 200.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 192 | 0 | 0.16 | 0.15 | 0.11 | 355.14 | 0.39 | 0.81 |
| Hex | E2 | BD | C0 | 0 | 10 | F | B | 163 | 27 | 51 |
| Octal | 342 | 275 | 300 | 0 | 20 | 17 | 13 | 543 | 47 | 121 |
| Binary | 11100010 | 10111101 | 11000000 | 0 | 10000 | 1111 | 1011 | 101100011 | 100111 | 1010001 |
Color Harmonies of #E2BDC0
Complementary color
Monochromatic Colors of #E2BDC0
Black with #E2BDC0
Text Example
Text Example
White with #E2BDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BDC0; }
p { color: rgb(226,189,192); }
H1.HeaderClassName
{
color: #E2BDC0;
}
.AnyTagClassName
{
color: #E2BDC0;
}
</style>
background-color css
<style>
a { background-color: #E2BDC0; }
a { background-color: rgb(226,189,192); }
div.DivClassName
{
background-color: #E2BDC0;
}
.BgClassName
{
background-color: #E2BDC0;
}
</style>
border-color css
<style>
span { border-color: #E2BDC0; }
span { border-color: rgb(226,189,192); }
td.TdClassName
{
border-color: #E2BDC0;
}
.TagClassName
{
border-color: #E2BDC0;
}
</style>