Shades of Blossom #ECACB9
Tints of Blossom #ECACB9
RGB
CMYK
RGB Variations
Color information
#ECACB9 (or 0xECACB9) is known color: Blossom. HEX triplet: EC, AC and B9. RGB value is (236,172,185). Sum of RGB (Red+Green+Blue) = 236+172+185=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECACB9 is #135346. Grayscale: #C0C0C0. Windows color (decimal): -1266503 or 12168428. OLE color: 12168428.
HSL color Cylindrical-coordinate representation of color #ECACB9: hue angle of 347.81º degrees, saturation: 0.63, 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 #ECACB9 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 172 | 185 | - |
CMYK | 0 | 0.27 | 0.22 | 0.07 |
HSL | 347.81º | 0.63% | 0.8% | - |
HSV(B) | 347.81º | 0.27% | 0.93% | - |
XYZ | 58.1 | 50.84 | 52.65 | - |
YUV | 192.62 | 123.7 | 158.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 172 | 185 | 0 | 0.27 | 0.22 | 0.07 | 347.81 | 0.63 | 0.8 |
Hex | EC | AC | B9 | 0 | 1B | 16 | 7 | 15C | 3F | 50 |
Octal | 354 | 254 | 271 | 0 | 33 | 26 | 7 | 534 | 77 | 120 |
Binary | 11101100 | 10101100 | 10111001 | 0 | 11011 | 10110 | 111 | 101011100 | 111111 | 1010000 |
Color Harmonies of #ECACB9
Complementary color
Monochromatic Colors of #ECACB9
Black with #ECACB9
Text Example
Text Example
White with #ECACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACB9; }
p { color: rgb(236,172,185); }
H1.HeaderClassName
{
color: #ECACB9;
}
.AnyTagClassName
{
color: #ECACB9;
}
</style>
background-color css
<style>
a { background-color: #ECACB9; }
a { background-color: rgb(236,172,185); }
div.DivClassName
{
background-color: #ECACB9;
}
.BgClassName
{
background-color: #ECACB9;
}
</style>
border-color css
<style>
span { border-color: #ECACB9; }
span { border-color: rgb(236,172,185); }
td.TdClassName
{
border-color: #ECACB9;
}
.TagClassName
{
border-color: #ECACB9;
}
</style>