Shades of Classic Rose #ECD7E5
Tints of Classic Rose #ECD7E5
RGB
CMYK
RGB Variations
Color information
#ECD7E5 (or 0xECD7E5) is known color: Classic Rose. HEX triplet: EC, D7 and E5. RGB value is (236,215,229). Sum of RGB (Red+Green+Blue) = 236+215+229=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 215 (84.38% from 255 or 31.62% from 680); Blue value is 229 (89.84% from 255 or 33.68% from 680); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD7E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD7E5 is #13281A. Grayscale: #DEDEDE. Windows color (decimal): -1255451 or 15063020. OLE color: 15063020.
HSL color Cylindrical-coordinate representation of color #ECD7E5: hue angle of 320º 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 #ECD7E5 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 229 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.07 |
| HSL | 320º | 0.36% | 0.88% | - |
| HSV(B) | 320º | 0.09% | 0.93% | - |
| XYZ | 73.04 | 72.09 | 84.19 | - |
| YUV | 222.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 229 | 0 | 0.09 | 0.03 | 0.07 | 320 | 0.36 | 0.88 |
| Hex | EC | D7 | E5 | 0 | 9 | 3 | 7 | 140 | 24 | 58 |
| Octal | 354 | 327 | 345 | 0 | 11 | 3 | 7 | 500 | 44 | 130 |
| Binary | 11101100 | 11010111 | 11100101 | 0 | 1001 | 11 | 111 | 101000000 | 100100 | 1011000 |
Color Harmonies of #ECD7E5
Complementary color
Monochromatic Colors of #ECD7E5
Black with #ECD7E5
Text Example
Text Example
White with #ECD7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD7E5; }
p { color: rgb(236,215,229); }
H1.HeaderClassName
{
color: #ECD7E5;
}
.AnyTagClassName
{
color: #ECD7E5;
}
</style>
background-color css
<style>
a { background-color: #ECD7E5; }
a { background-color: rgb(236,215,229); }
div.DivClassName
{
background-color: #ECD7E5;
}
.BgClassName
{
background-color: #ECD7E5;
}
</style>
border-color css
<style>
span { border-color: #ECD7E5; }
span { border-color: rgb(236,215,229); }
td.TdClassName
{
border-color: #ECD7E5;
}
.TagClassName
{
border-color: #ECD7E5;
}
</style>