Shades of Classic Rose #ECD7E2
Tints of Classic Rose #ECD7E2
RGB
CMYK
RGB Variations
Color information
#ECD7E2 (or 0xECD7E2) is known color: Classic Rose. HEX triplet: EC, D7 and E2. RGB value is (236,215,226). Sum of RGB (Red+Green+Blue) = 236+215+226=677 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.86% from 677); Green value is 215 (84.38% from 255 or 31.76% from 677); Blue value is 226 (88.67% from 255 or 33.38% from 677); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD7E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD7E2 is #13281D. Grayscale: #DEDEDE. Windows color (decimal): -1255454 or 14866412. OLE color: 14866412.
HSL color Cylindrical-coordinate representation of color #ECD7E2: hue angle of 328.57º degrees, saturation: 0.36, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECD7E2 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 226 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.07 |
| HSL | 328.57º | 0.36% | 0.88% | - |
| HSV(B) | 328.57º | 0.09% | 0.93% | - |
| XYZ | 72.62 | 71.92 | 82.01 | - |
| YUV | 222.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 226 | 0 | 0.09 | 0.04 | 0.07 | 328.57 | 0.36 | 0.88 |
| Hex | EC | D7 | E2 | 0 | 9 | 4 | 7 | 149 | 24 | 58 |
| Octal | 354 | 327 | 342 | 0 | 11 | 4 | 7 | 511 | 44 | 130 |
| Binary | 11101100 | 11010111 | 11100010 | 0 | 1001 | 100 | 111 | 101001001 | 100100 | 1011000 |
Color Harmonies of #ECD7E2
Complementary color
Monochromatic Colors of #ECD7E2
Black with #ECD7E2
Text Example
Text Example
White with #ECD7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD7E2; }
p { color: rgb(236,215,226); }
H1.HeaderClassName
{
color: #ECD7E2;
}
.AnyTagClassName
{
color: #ECD7E2;
}
</style>
background-color css
<style>
a { background-color: #ECD7E2; }
a { background-color: rgb(236,215,226); }
div.DivClassName
{
background-color: #ECD7E2;
}
.BgClassName
{
background-color: #ECD7E2;
}
</style>
border-color css
<style>
span { border-color: #ECD7E2; }
span { border-color: rgb(236,215,226); }
td.TdClassName
{
border-color: #ECD7E2;
}
.TagClassName
{
border-color: #ECD7E2;
}
</style>