Shades of Blossom #EEADB4
Tints of Blossom #EEADB4
RGB
CMYK
RGB Variations
Color information
#EEADB4 (or 0xEEADB4) is known color: Blossom. HEX triplet: EE, AD and B4. RGB value is (238,173,180). Sum of RGB (Red+Green+Blue) = 238+173+180=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 180 (70.70% from 255 or 30.46% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEADB4 is #11524B. Grayscale: #C1C1C1. Windows color (decimal): -1135180 or 11841006. OLE color: 11841006.
HSL color Cylindrical-coordinate representation of color #EEADB4: hue angle of 353.54º degrees, saturation: 0.66, 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 #EEADB4 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 180 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.07 |
| HSL | 353.54º | 0.66% | 0.81% | - |
| HSV(B) | 353.54º | 0.27% | 0.93% | - |
| XYZ | 58.44 | 51.36 | 50.01 | - |
| YUV | 193.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 180 | 0 | 0.27 | 0.24 | 0.07 | 353.54 | 0.66 | 0.81 |
| Hex | EE | AD | B4 | 0 | 1B | 18 | 7 | 162 | 42 | 51 |
| Octal | 356 | 255 | 264 | 0 | 33 | 30 | 7 | 542 | 102 | 121 |
| Binary | 11101110 | 10101101 | 10110100 | 0 | 11011 | 11000 | 111 | 101100010 | 1000010 | 1010001 |
Color Harmonies of #EEADB4
Complementary color
Monochromatic Colors of #EEADB4
Black with #EEADB4
Text Example
Text Example
White with #EEADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEADB4; }
p { color: rgb(238,173,180); }
H1.HeaderClassName
{
color: #EEADB4;
}
.AnyTagClassName
{
color: #EEADB4;
}
</style>
background-color css
<style>
a { background-color: #EEADB4; }
a { background-color: rgb(238,173,180); }
div.DivClassName
{
background-color: #EEADB4;
}
.BgClassName
{
background-color: #EEADB4;
}
</style>
border-color css
<style>
span { border-color: #EEADB4; }
span { border-color: rgb(238,173,180); }
td.TdClassName
{
border-color: #EEADB4;
}
.TagClassName
{
border-color: #EEADB4;
}
</style>