Shades of Classic Rose #ECBBDA
Tints of Classic Rose #ECBBDA
RGB
CMYK
RGB Variations
Color information
#ECBBDA (or 0xECBBDA) is known color: Classic Rose. HEX triplet: EC, BB and DA. RGB value is (236,187,218). Sum of RGB (Red+Green+Blue) = 236+187+218=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 187 (73.44% from 255 or 29.17% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBBDA is #134425. Grayscale: #CDCDCD. Windows color (decimal): -1262630 or 14334956. OLE color: 14334956.
HSL color Cylindrical-coordinate representation of color #ECBBDA: hue angle of 322.04º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECBBDA is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 218 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.07 |
| HSL | 322.04º | 0.56% | 0.83% | - |
| HSV(B) | 322.04º | 0.21% | 0.93% | - |
| XYZ | 65.02 | 58.44 | 74.18 | - |
| YUV | 205.19 | 135.23 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 218 | 0 | 0.21 | 0.08 | 0.07 | 322.04 | 0.56 | 0.83 |
| Hex | EC | BB | DA | 0 | 15 | 8 | 7 | 142 | 38 | 53 |
| Octal | 354 | 273 | 332 | 0 | 25 | 10 | 7 | 502 | 70 | 123 |
| Binary | 11101100 | 10111011 | 11011010 | 0 | 10101 | 1000 | 111 | 101000010 | 111000 | 1010011 |
Color Harmonies of #ECBBDA
Complementary color
Monochromatic Colors of #ECBBDA
Black with #ECBBDA
Text Example
Text Example
White with #ECBBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBBDA; }
p { color: rgb(236,187,218); }
H1.HeaderClassName
{
color: #ECBBDA;
}
.AnyTagClassName
{
color: #ECBBDA;
}
</style>
background-color css
<style>
a { background-color: #ECBBDA; }
a { background-color: rgb(236,187,218); }
div.DivClassName
{
background-color: #ECBBDA;
}
.BgClassName
{
background-color: #ECBBDA;
}
</style>
border-color css
<style>
span { border-color: #ECBBDA; }
span { border-color: rgb(236,187,218); }
td.TdClassName
{
border-color: #ECBBDA;
}
.TagClassName
{
border-color: #ECBBDA;
}
</style>