Shades of Blossom #EEACB5
Tints of Blossom #EEACB5
RGB
CMYK
RGB Variations
Color information
#EEACB5 (or 0xEEACB5) is known color: Blossom. HEX triplet: EE, AC and B5. RGB value is (238,172,181). Sum of RGB (Red+Green+Blue) = 238+172+181=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 181 (71.09% from 255 or 30.63% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEACB5 is #11534A. Grayscale: #C0C0C0. Windows color (decimal): -1135435 or 11906286. OLE color: 11906286.
HSL color Cylindrical-coordinate representation of color #EEACB5: hue angle of 351.82º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEACB5 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 172 | 181 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.07 |
| HSL | 351.82º | 0.66% | 0.8% | - |
| HSV(B) | 351.82º | 0.28% | 0.93% | - |
| XYZ | 58.35 | 51.02 | 50.49 | - |
| YUV | 192.76 | 121.37 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 172 | 181 | 0 | 0.28 | 0.24 | 0.07 | 351.82 | 0.66 | 0.8 |
| Hex | EE | AC | B5 | 0 | 1C | 18 | 7 | 160 | 42 | 50 |
| Octal | 356 | 254 | 265 | 0 | 34 | 30 | 7 | 540 | 102 | 120 |
| Binary | 11101110 | 10101100 | 10110101 | 0 | 11100 | 11000 | 111 | 101100000 | 1000010 | 1010000 |
Color Harmonies of #EEACB5
Complementary color
Monochromatic Colors of #EEACB5
Black with #EEACB5
Text Example
Text Example
White with #EEACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEACB5; }
p { color: rgb(238,172,181); }
H1.HeaderClassName
{
color: #EEACB5;
}
.AnyTagClassName
{
color: #EEACB5;
}
</style>
background-color css
<style>
a { background-color: #EEACB5; }
a { background-color: rgb(238,172,181); }
div.DivClassName
{
background-color: #EEACB5;
}
.BgClassName
{
background-color: #EEACB5;
}
</style>
border-color css
<style>
span { border-color: #EEACB5; }
span { border-color: rgb(238,172,181); }
td.TdClassName
{
border-color: #EEACB5;
}
.TagClassName
{
border-color: #EEACB5;
}
</style>