Shades of Blossom #EEAEB1
Tints of Blossom #EEAEB1
RGB
CMYK
RGB Variations
Color information
#EEAEB1 (or 0xEEAEB1) is known color: Blossom. HEX triplet: EE, AE and B1. RGB value is (238,174,177). Sum of RGB (Red+Green+Blue) = 238+174+177=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 177 (69.53% from 255 or 30.05% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAEB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAEB1 is #11514E. Grayscale: #C1C1C1. Windows color (decimal): -1134927 or 11644654. OLE color: 11644654.
HSL color Cylindrical-coordinate representation of color #EEAEB1: hue angle of 357.19º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEAEB1 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 174 | 177 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.07 |
| HSL | 357.19º | 0.65% | 0.81% | - |
| HSV(B) | 357.19º | 0.27% | 0.93% | - |
| XYZ | 58.33 | 51.62 | 48.48 | - |
| YUV | 193.48 | 118.7 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 174 | 177 | 0 | 0.27 | 0.26 | 0.07 | 357.19 | 0.65 | 0.81 |
| Hex | EE | AE | B1 | 0 | 1B | 1A | 7 | 165 | 41 | 51 |
| Octal | 356 | 256 | 261 | 0 | 33 | 32 | 7 | 545 | 101 | 121 |
| Binary | 11101110 | 10101110 | 10110001 | 0 | 11011 | 11010 | 111 | 101100101 | 1000001 | 1010001 |
Color Harmonies of #EEAEB1
Complementary color
Monochromatic Colors of #EEAEB1
Black with #EEAEB1
Text Example
Text Example
White with #EEAEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAEB1; }
p { color: rgb(238,174,177); }
H1.HeaderClassName
{
color: #EEAEB1;
}
.AnyTagClassName
{
color: #EEAEB1;
}
</style>
background-color css
<style>
a { background-color: #EEAEB1; }
a { background-color: rgb(238,174,177); }
div.DivClassName
{
background-color: #EEAEB1;
}
.BgClassName
{
background-color: #EEAEB1;
}
</style>
border-color css
<style>
span { border-color: #EEAEB1; }
span { border-color: rgb(238,174,177); }
td.TdClassName
{
border-color: #EEAEB1;
}
.TagClassName
{
border-color: #EEAEB1;
}
</style>