Shades of Classic Rose #ECCDD9
Tints of Classic Rose #ECCDD9
RGB
CMYK
RGB Variations
Color information
#ECCDD9 (or 0xECCDD9) is known color: Classic Rose. HEX triplet: EC, CD and D9. RGB value is (236,205,217). Sum of RGB (Red+Green+Blue) = 236+205+217=658 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.87% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 217 (85.16% from 255 or 32.98% from 658); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDD9 is #133226. Grayscale: #D7D7D7. Windows color (decimal): -1258023 or 14274028. OLE color: 14274028.
HSL color Cylindrical-coordinate representation of color #ECCDD9: hue angle of 336.77º 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 #ECCDD9 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 205 | 217 | - |
CMYK | 0 | 0.13 | 0.08 | 0.07 |
HSL | 336.77º | 0.45% | 0.86% | - |
HSV(B) | 336.77º | 0.13% | 0.93% | - |
XYZ | 68.95 | 66.51 | 74.85 | - |
YUV | 215.64 | 128.77 | 142.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 205 | 217 | 0 | 0.13 | 0.08 | 0.07 | 336.77 | 0.45 | 0.86 |
Hex | EC | CD | D9 | 0 | D | 8 | 7 | 151 | 2D | 56 |
Octal | 354 | 315 | 331 | 0 | 15 | 10 | 7 | 521 | 55 | 126 |
Binary | 11101100 | 11001101 | 11011001 | 0 | 1101 | 1000 | 111 | 101010001 | 101101 | 1010110 |
Color Harmonies of #ECCDD9
Complementary color
Monochromatic Colors of #ECCDD9
Black with #ECCDD9
Text Example
Text Example
White with #ECCDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDD9; }
p { color: rgb(236,205,217); }
H1.HeaderClassName
{
color: #ECCDD9;
}
.AnyTagClassName
{
color: #ECCDD9;
}
</style>
background-color css
<style>
a { background-color: #ECCDD9; }
a { background-color: rgb(236,205,217); }
div.DivClassName
{
background-color: #ECCDD9;
}
.BgClassName
{
background-color: #ECCDD9;
}
</style>
border-color css
<style>
span { border-color: #ECCDD9; }
span { border-color: rgb(236,205,217); }
td.TdClassName
{
border-color: #ECCDD9;
}
.TagClassName
{
border-color: #ECCDD9;
}
</style>