Shades of Classic Rose #ECD5E5
Tints of Classic Rose #ECD5E5
RGB
CMYK
RGB Variations
Color information
#ECD5E5 (or 0xECD5E5) is known color: Classic Rose. HEX triplet: EC, D5 and E5. RGB value is (236,213,229). Sum of RGB (Red+Green+Blue) = 236+213+229=678 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.81% from 678); Green value is 213 (83.59% from 255 or 31.42% from 678); Blue value is 229 (89.84% from 255 or 33.78% from 678); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD5E5 is #132A1A. Grayscale: #DDDDDD. Windows color (decimal): -1255963 or 15062508. OLE color: 15062508.
HSL color Cylindrical-coordinate representation of color #ECD5E5: hue angle of 318.26º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECD5E5 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 213 | 229 | - |
CMYK | 0 | 0.10 | 0.03 | 0.07 |
HSL | 318.26º | 0.38% | 0.88% | - |
HSV(B) | 318.26º | 0.1% | 0.93% | - |
XYZ | 72.53 | 71.08 | 84.03 | - |
YUV | 221.7 | 132.12 | 138.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 213 | 229 | 0 | 0.10 | 0.03 | 0.07 | 318.26 | 0.38 | 0.88 |
Hex | EC | D5 | E5 | 0 | A | 3 | 7 | 13E | 26 | 58 |
Octal | 354 | 325 | 345 | 0 | 12 | 3 | 7 | 476 | 46 | 130 |
Binary | 11101100 | 11010101 | 11100101 | 0 | 1010 | 11 | 111 | 100111110 | 100110 | 1011000 |
Color Harmonies of #ECD5E5
Complementary color
Monochromatic Colors of #ECD5E5
Black with #ECD5E5
Text Example
Text Example
White with #ECD5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD5E5; }
p { color: rgb(236,213,229); }
H1.HeaderClassName
{
color: #ECD5E5;
}
.AnyTagClassName
{
color: #ECD5E5;
}
</style>
background-color css
<style>
a { background-color: #ECD5E5; }
a { background-color: rgb(236,213,229); }
div.DivClassName
{
background-color: #ECD5E5;
}
.BgClassName
{
background-color: #ECD5E5;
}
</style>
border-color css
<style>
span { border-color: #ECD5E5; }
span { border-color: rgb(236,213,229); }
td.TdClassName
{
border-color: #ECD5E5;
}
.TagClassName
{
border-color: #ECD5E5;
}
</style>