Shades of Classic Rose #ECD2E5
Tints of Classic Rose #ECD2E5
RGB
CMYK
RGB Variations
Color information
#ECD2E5 (or 0xECD2E5) is known color: Classic Rose. HEX triplet: EC, D2 and E5. RGB value is (236,210,229). Sum of RGB (Red+Green+Blue) = 236+210+229=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 210 (82.42% from 255 or 31.11% from 675); Blue value is 229 (89.84% from 255 or 33.93% from 675); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2E5 is #132D1A. Grayscale: #DBDBDB. Windows color (decimal): -1256731 or 15061740. OLE color: 15061740.
HSL color Cylindrical-coordinate representation of color #ECD2E5: hue angle of 316.15º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECD2E5 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 229 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.07 |
| HSL | 316.15º | 0.41% | 0.87% | - |
| HSV(B) | 316.15º | 0.11% | 0.93% | - |
| XYZ | 71.78 | 69.58 | 83.78 | - |
| YUV | 219.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 229 | 0 | 0.11 | 0.03 | 0.07 | 316.15 | 0.41 | 0.87 |
| Hex | EC | D2 | E5 | 0 | B | 3 | 7 | 13C | 29 | 57 |
| Octal | 354 | 322 | 345 | 0 | 13 | 3 | 7 | 474 | 51 | 127 |
| Binary | 11101100 | 11010010 | 11100101 | 0 | 1011 | 11 | 111 | 100111100 | 101001 | 1010111 |
Color Harmonies of #ECD2E5
Complementary color
Monochromatic Colors of #ECD2E5
Black with #ECD2E5
Text Example
Text Example
White with #ECD2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD2E5; }
p { color: rgb(236,210,229); }
H1.HeaderClassName
{
color: #ECD2E5;
}
.AnyTagClassName
{
color: #ECD2E5;
}
</style>
background-color css
<style>
a { background-color: #ECD2E5; }
a { background-color: rgb(236,210,229); }
div.DivClassName
{
background-color: #ECD2E5;
}
.BgClassName
{
background-color: #ECD2E5;
}
</style>
border-color css
<style>
span { border-color: #ECD2E5; }
span { border-color: rgb(236,210,229); }
td.TdClassName
{
border-color: #ECD2E5;
}
.TagClassName
{
border-color: #ECD2E5;
}
</style>