Shades of Blossom #ECAFB7
Tints of Blossom #ECAFB7
RGB
CMYK
RGB Variations
Color information
#ECAFB7 (or 0xECAFB7) is known color: Blossom. HEX triplet: EC, AF and B7. RGB value is (236,175,183). Sum of RGB (Red+Green+Blue) = 236+175+183=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 183 (71.88% from 255 or 30.81% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAFB7 is #135048. Grayscale: #C2C2C2. Windows color (decimal): -1265737 or 12038124. OLE color: 12038124.
HSL color Cylindrical-coordinate representation of color #ECAFB7: hue angle of 352.13º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECAFB7 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 183 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.07 |
| HSL | 352.13º | 0.62% | 0.81% | - |
| HSV(B) | 352.13º | 0.26% | 0.93% | - |
| XYZ | 58.47 | 51.91 | 51.74 | - |
| YUV | 194.15 | 121.71 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 183 | 0 | 0.26 | 0.22 | 0.07 | 352.13 | 0.62 | 0.81 |
| Hex | EC | AF | B7 | 0 | 1A | 16 | 7 | 160 | 3E | 51 |
| Octal | 354 | 257 | 267 | 0 | 32 | 26 | 7 | 540 | 76 | 121 |
| Binary | 11101100 | 10101111 | 10110111 | 0 | 11010 | 10110 | 111 | 101100000 | 111110 | 1010001 |
Color Harmonies of #ECAFB7
Complementary color
Monochromatic Colors of #ECAFB7
Black with #ECAFB7
Text Example
Text Example
White with #ECAFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAFB7; }
p { color: rgb(236,175,183); }
H1.HeaderClassName
{
color: #ECAFB7;
}
.AnyTagClassName
{
color: #ECAFB7;
}
</style>
background-color css
<style>
a { background-color: #ECAFB7; }
a { background-color: rgb(236,175,183); }
div.DivClassName
{
background-color: #ECAFB7;
}
.BgClassName
{
background-color: #ECAFB7;
}
</style>
border-color css
<style>
span { border-color: #ECAFB7; }
span { border-color: rgb(236,175,183); }
td.TdClassName
{
border-color: #ECAFB7;
}
.TagClassName
{
border-color: #ECAFB7;
}
</style>