Shades of Classic Rose #ECBED8
Tints of Classic Rose #ECBED8
RGB
CMYK
RGB Variations
Color information
#ECBED8 (or 0xECBED8) is known color: Classic Rose. HEX triplet: EC, BE and D8. RGB value is (236,190,216). Sum of RGB (Red+Green+Blue) = 236+190+216=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 190 (74.61% from 255 or 29.60% from 642); Blue value is 216 (84.77% from 255 or 33.64% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBED8 is #134127. Grayscale: #CECECE. Windows color (decimal): -1261864 or 14204652. OLE color: 14204652.
HSL color Cylindrical-coordinate representation of color #ECBED8: hue angle of 326.09º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECBED8 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 216 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.07 |
| HSL | 326.09º | 0.55% | 0.84% | - |
| HSV(B) | 326.09º | 0.19% | 0.93% | - |
| XYZ | 65.4 | 59.62 | 73.03 | - |
| YUV | 206.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 216 | 0 | 0.19 | 0.08 | 0.07 | 326.09 | 0.55 | 0.84 |
| Hex | EC | BE | D8 | 0 | 13 | 8 | 7 | 146 | 37 | 54 |
| Octal | 354 | 276 | 330 | 0 | 23 | 10 | 7 | 506 | 67 | 124 |
| Binary | 11101100 | 10111110 | 11011000 | 0 | 10011 | 1000 | 111 | 101000110 | 110111 | 1010100 |
Color Harmonies of #ECBED8
Complementary color
Monochromatic Colors of #ECBED8
Black with #ECBED8
Text Example
Text Example
White with #ECBED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBED8; }
p { color: rgb(236,190,216); }
H1.HeaderClassName
{
color: #ECBED8;
}
.AnyTagClassName
{
color: #ECBED8;
}
</style>
background-color css
<style>
a { background-color: #ECBED8; }
a { background-color: rgb(236,190,216); }
div.DivClassName
{
background-color: #ECBED8;
}
.BgClassName
{
background-color: #ECBED8;
}
</style>
border-color css
<style>
span { border-color: #ECBED8; }
span { border-color: rgb(236,190,216); }
td.TdClassName
{
border-color: #ECBED8;
}
.TagClassName
{
border-color: #ECBED8;
}
</style>