Shades of Blossom #ECB7BD
Tints of Blossom #ECB7BD
RGB
CMYK
RGB Variations
Color information
#ECB7BD (or 0xECB7BD) is known color: Blossom. HEX triplet: EC, B7 and BD. RGB value is (236,183,189). Sum of RGB (Red+Green+Blue) = 236+183+189=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB7BD is #134842. Grayscale: #C7C7C7. Windows color (decimal): -1263683 or 12433388. OLE color: 12433388.
HSL color Cylindrical-coordinate representation of color #ECB7BD: hue angle of 353.21º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECB7BD is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 189 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.07 |
| HSL | 353.21º | 0.58% | 0.82% | - |
| HSV(B) | 353.21º | 0.22% | 0.93% | - |
| XYZ | 60.71 | 55.37 | 55.63 | - |
| YUV | 199.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 189 | 0 | 0.22 | 0.20 | 0.07 | 353.21 | 0.58 | 0.82 |
| Hex | EC | B7 | BD | 0 | 16 | 14 | 7 | 161 | 3A | 52 |
| Octal | 354 | 267 | 275 | 0 | 26 | 24 | 7 | 541 | 72 | 122 |
| Binary | 11101100 | 10110111 | 10111101 | 0 | 10110 | 10100 | 111 | 101100001 | 111010 | 1010010 |
Color Harmonies of #ECB7BD
Complementary color
Monochromatic Colors of #ECB7BD
Black with #ECB7BD
Text Example
Text Example
White with #ECB7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB7BD; }
p { color: rgb(236,183,189); }
H1.HeaderClassName
{
color: #ECB7BD;
}
.AnyTagClassName
{
color: #ECB7BD;
}
</style>
background-color css
<style>
a { background-color: #ECB7BD; }
a { background-color: rgb(236,183,189); }
div.DivClassName
{
background-color: #ECB7BD;
}
.BgClassName
{
background-color: #ECB7BD;
}
</style>
border-color css
<style>
span { border-color: #ECB7BD; }
span { border-color: rgb(236,183,189); }
td.TdClassName
{
border-color: #ECB7BD;
}
.TagClassName
{
border-color: #ECB7BD;
}
</style>