Shades of Classic Rose #ECCDDD
Tints of Classic Rose #ECCDDD
RGB
CMYK
RGB Variations
Color information
#ECCDDD (or 0xECCDDD) is known color: Classic Rose. HEX triplet: EC, CD and DD. RGB value is (236,205,221). Sum of RGB (Red+Green+Blue) = 236+205+221=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 205 (80.47% from 255 or 30.97% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDDD is #133222. Grayscale: #D8D8D8. Windows color (decimal): -1258019 or 14536172. OLE color: 14536172.
HSL color Cylindrical-coordinate representation of color #ECCDDD: hue angle of 329.03º 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 #ECCDDD is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 205 | 221 | - |
CMYK | 0 | 0.13 | 0.06 | 0.07 |
HSL | 329.03º | 0.45% | 0.86% | - |
HSV(B) | 329.03º | 0.13% | 0.93% | - |
XYZ | 69.47 | 66.72 | 77.62 | - |
YUV | 216.09 | 130.77 | 142.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 205 | 221 | 0 | 0.13 | 0.06 | 0.07 | 329.03 | 0.45 | 0.86 |
Hex | EC | CD | DD | 0 | D | 6 | 7 | 149 | 2D | 56 |
Octal | 354 | 315 | 335 | 0 | 15 | 6 | 7 | 511 | 55 | 126 |
Binary | 11101100 | 11001101 | 11011101 | 0 | 1101 | 110 | 111 | 101001001 | 101101 | 1010110 |
Color Harmonies of #ECCDDD
Complementary color
Monochromatic Colors of #ECCDDD
Black with #ECCDDD
Text Example
Text Example
White with #ECCDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDDD; }
p { color: rgb(236,205,221); }
H1.HeaderClassName
{
color: #ECCDDD;
}
.AnyTagClassName
{
color: #ECCDDD;
}
</style>
background-color css
<style>
a { background-color: #ECCDDD; }
a { background-color: rgb(236,205,221); }
div.DivClassName
{
background-color: #ECCDDD;
}
.BgClassName
{
background-color: #ECCDDD;
}
</style>
border-color css
<style>
span { border-color: #ECCDDD; }
span { border-color: rgb(236,205,221); }
td.TdClassName
{
border-color: #ECCDDD;
}
.TagClassName
{
border-color: #ECCDDD;
}
</style>