Shades of Blossom #EEADB2
Tints of Blossom #EEADB2
RGB
CMYK
RGB Variations
Color information
#EEADB2 (or 0xEEADB2) is known color: Blossom. HEX triplet: EE, AD and B2. RGB value is (238,173,178). Sum of RGB (Red+Green+Blue) = 238+173+178=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 178 (69.92% from 255 or 30.22% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEADB2 is #11524D. Grayscale: #C1C1C1. Windows color (decimal): -1135182 or 11709934. OLE color: 11709934.
HSL color Cylindrical-coordinate representation of color #EEADB2: hue angle of 355.38º 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 #EEADB2 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 178 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.07 |
| HSL | 355.38º | 0.66% | 0.81% | - |
| HSV(B) | 355.38º | 0.27% | 0.93% | - |
| XYZ | 58.24 | 51.28 | 48.95 | - |
| YUV | 193.01 | 119.53 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 178 | 0 | 0.27 | 0.25 | 0.07 | 355.38 | 0.66 | 0.81 |
| Hex | EE | AD | B2 | 0 | 1B | 19 | 7 | 163 | 42 | 51 |
| Octal | 356 | 255 | 262 | 0 | 33 | 31 | 7 | 543 | 102 | 121 |
| Binary | 11101110 | 10101101 | 10110010 | 0 | 11011 | 11001 | 111 | 101100011 | 1000010 | 1010001 |
Color Harmonies of #EEADB2
Complementary color
Monochromatic Colors of #EEADB2
Black with #EEADB2
Text Example
Text Example
White with #EEADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEADB2; }
p { color: rgb(238,173,178); }
H1.HeaderClassName
{
color: #EEADB2;
}
.AnyTagClassName
{
color: #EEADB2;
}
</style>
background-color css
<style>
a { background-color: #EEADB2; }
a { background-color: rgb(238,173,178); }
div.DivClassName
{
background-color: #EEADB2;
}
.BgClassName
{
background-color: #EEADB2;
}
</style>
border-color css
<style>
span { border-color: #EEADB2; }
span { border-color: rgb(238,173,178); }
td.TdClassName
{
border-color: #EEADB2;
}
.TagClassName
{
border-color: #EEADB2;
}
</style>