Shades of Blossom #ECADB3
Tints of Blossom #ECADB3
RGB
CMYK
RGB Variations
Color information
#ECADB3 (or 0xECADB3) is known color: Blossom. HEX triplet: EC, AD and B3. RGB value is (236,173,179). Sum of RGB (Red+Green+Blue) = 236+173+179=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 179 (70.31% from 255 or 30.44% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADB3 is #13524C. Grayscale: #C0C0C0. Windows color (decimal): -1266253 or 11775468. OLE color: 11775468.
HSL color Cylindrical-coordinate representation of color #ECADB3: hue angle of 354.29º 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 #ECADB3 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 179 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.07 |
| HSL | 354.29º | 0.62% | 0.8% | - |
| HSV(B) | 354.29º | 0.27% | 0.93% | - |
| XYZ | 57.67 | 50.97 | 49.45 | - |
| YUV | 192.52 | 120.37 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 179 | 0 | 0.27 | 0.24 | 0.07 | 354.29 | 0.62 | 0.8 |
| Hex | EC | AD | B3 | 0 | 1B | 18 | 7 | 162 | 3E | 50 |
| Octal | 354 | 255 | 263 | 0 | 33 | 30 | 7 | 542 | 76 | 120 |
| Binary | 11101100 | 10101101 | 10110011 | 0 | 11011 | 11000 | 111 | 101100010 | 111110 | 1010000 |
Color Harmonies of #ECADB3
Complementary color
Monochromatic Colors of #ECADB3
Black with #ECADB3
Text Example
Text Example
White with #ECADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECADB3; }
p { color: rgb(236,173,179); }
H1.HeaderClassName
{
color: #ECADB3;
}
.AnyTagClassName
{
color: #ECADB3;
}
</style>
background-color css
<style>
a { background-color: #ECADB3; }
a { background-color: rgb(236,173,179); }
div.DivClassName
{
background-color: #ECADB3;
}
.BgClassName
{
background-color: #ECADB3;
}
</style>
border-color css
<style>
span { border-color: #ECADB3; }
span { border-color: rgb(236,173,179); }
td.TdClassName
{
border-color: #ECADB3;
}
.TagClassName
{
border-color: #ECADB3;
}
</style>