Shades of Classic Rose #ECCDE0
Tints of Classic Rose #ECCDE0
RGB
CMYK
RGB Variations
Color information
#ECCDE0 (or 0xECCDE0) is known color: Classic Rose. HEX triplet: EC, CD and E0. RGB value is (236,205,224). Sum of RGB (Red+Green+Blue) = 236+205+224=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 205 (80.47% from 255 or 30.83% from 665); Blue value is 224 (87.89% from 255 or 33.68% from 665); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDE0 is #13321F. Grayscale: #D8D8D8. Windows color (decimal): -1258016 or 14732780. OLE color: 14732780.
HSL color Cylindrical-coordinate representation of color #ECCDE0: hue angle of 323.23º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECCDE0 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 224 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.07 |
| HSL | 323.23º | 0.45% | 0.86% | - |
| HSV(B) | 323.23º | 0.13% | 0.93% | - |
| XYZ | 69.88 | 66.88 | 79.75 | - |
| YUV | 216.44 | 132.27 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 224 | 0 | 0.13 | 0.05 | 0.07 | 323.23 | 0.45 | 0.86 |
| Hex | EC | CD | E0 | 0 | D | 5 | 7 | 143 | 2D | 56 |
| Octal | 354 | 315 | 340 | 0 | 15 | 5 | 7 | 503 | 55 | 126 |
| Binary | 11101100 | 11001101 | 11100000 | 0 | 1101 | 101 | 111 | 101000011 | 101101 | 1010110 |
Color Harmonies of #ECCDE0
Complementary color
Monochromatic Colors of #ECCDE0
Black with #ECCDE0
Text Example
Text Example
White with #ECCDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDE0; }
p { color: rgb(236,205,224); }
H1.HeaderClassName
{
color: #ECCDE0;
}
.AnyTagClassName
{
color: #ECCDE0;
}
</style>
background-color css
<style>
a { background-color: #ECCDE0; }
a { background-color: rgb(236,205,224); }
div.DivClassName
{
background-color: #ECCDE0;
}
.BgClassName
{
background-color: #ECCDE0;
}
</style>
border-color css
<style>
span { border-color: #ECCDE0; }
span { border-color: rgb(236,205,224); }
td.TdClassName
{
border-color: #ECCDE0;
}
.TagClassName
{
border-color: #ECCDE0;
}
</style>