Shades of Blossom #ECADB5
Tints of Blossom #ECADB5
RGB
CMYK
RGB Variations
Color information
#ECADB5 (or 0xECADB5) is known color: Blossom. HEX triplet: EC, AD and B5. RGB value is (236,173,181). Sum of RGB (Red+Green+Blue) = 236+173+181=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 181 (71.09% from 255 or 30.68% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADB5 is #13524A. Grayscale: #C0C0C0. Windows color (decimal): -1266251 or 11906540. OLE color: 11906540.
HSL color Cylindrical-coordinate representation of color #ECADB5: hue angle of 352.38º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECADB5 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 181 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.07 |
| HSL | 352.38º | 0.62% | 0.8% | - |
| HSV(B) | 352.38º | 0.27% | 0.93% | - |
| XYZ | 57.88 | 51.06 | 50.52 | - |
| YUV | 192.75 | 121.37 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 181 | 0 | 0.27 | 0.23 | 0.07 | 352.38 | 0.62 | 0.8 |
| Hex | EC | AD | B5 | 0 | 1B | 17 | 7 | 160 | 3E | 50 |
| Octal | 354 | 255 | 265 | 0 | 33 | 27 | 7 | 540 | 76 | 120 |
| Binary | 11101100 | 10101101 | 10110101 | 0 | 11011 | 10111 | 111 | 101100000 | 111110 | 1010000 |
Color Harmonies of #ECADB5
Complementary color
Monochromatic Colors of #ECADB5
Black with #ECADB5
Text Example
Text Example
White with #ECADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECADB5; }
p { color: rgb(236,173,181); }
H1.HeaderClassName
{
color: #ECADB5;
}
.AnyTagClassName
{
color: #ECADB5;
}
</style>
background-color css
<style>
a { background-color: #ECADB5; }
a { background-color: rgb(236,173,181); }
div.DivClassName
{
background-color: #ECADB5;
}
.BgClassName
{
background-color: #ECADB5;
}
</style>
border-color css
<style>
span { border-color: #ECADB5; }
span { border-color: rgb(236,173,181); }
td.TdClassName
{
border-color: #ECADB5;
}
.TagClassName
{
border-color: #ECADB5;
}
</style>