Shades of Classic Rose #ECBDD5
Tints of Classic Rose #ECBDD5
RGB
CMYK
RGB Variations
Color information
#ECBDD5 (or 0xECBDD5) is known color: Classic Rose. HEX triplet: EC, BD and D5. RGB value is (236,189,213). Sum of RGB (Red+Green+Blue) = 236+189+213=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 189 (74.22% from 255 or 29.62% from 638); Blue value is 213 (83.59% from 255 or 33.39% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDD5 is #13422A. Grayscale: #CDCDCD. Windows color (decimal): -1262123 or 14007788. OLE color: 14007788.
HSL color Cylindrical-coordinate representation of color #ECBDD5: hue angle of 329.36º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECBDD5 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 213 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.07 |
| HSL | 329.36º | 0.55% | 0.83% | - |
| HSV(B) | 329.36º | 0.2% | 0.93% | - |
| XYZ | 64.8 | 59.03 | 70.93 | - |
| YUV | 205.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 213 | 0 | 0.20 | 0.10 | 0.07 | 329.36 | 0.55 | 0.83 |
| Hex | EC | BD | D5 | 0 | 14 | A | 7 | 149 | 37 | 53 |
| Octal | 354 | 275 | 325 | 0 | 24 | 12 | 7 | 511 | 67 | 123 |
| Binary | 11101100 | 10111101 | 11010101 | 0 | 10100 | 1010 | 111 | 101001001 | 110111 | 1010011 |
Color Harmonies of #ECBDD5
Complementary color
Monochromatic Colors of #ECBDD5
Black with #ECBDD5
Text Example
Text Example
White with #ECBDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBDD5; }
p { color: rgb(236,189,213); }
H1.HeaderClassName
{
color: #ECBDD5;
}
.AnyTagClassName
{
color: #ECBDD5;
}
</style>
background-color css
<style>
a { background-color: #ECBDD5; }
a { background-color: rgb(236,189,213); }
div.DivClassName
{
background-color: #ECBDD5;
}
.BgClassName
{
background-color: #ECBDD5;
}
</style>
border-color css
<style>
span { border-color: #ECBDD5; }
span { border-color: rgb(236,189,213); }
td.TdClassName
{
border-color: #ECBDD5;
}
.TagClassName
{
border-color: #ECBDD5;
}
</style>