Shades of Classic Rose #ECCCD9
Tints of Classic Rose #ECCCD9
RGB
CMYK
RGB Variations
Color information
#ECCCD9 (or 0xECCCD9) is known color: Classic Rose. HEX triplet: EC, CC and D9. RGB value is (236,204,217). Sum of RGB (Red+Green+Blue) = 236+204+217=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 217 (85.16% from 255 or 33.03% from 657); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCD9 is #133326. Grayscale: #D7D7D7. Windows color (decimal): -1258279 or 14273772. OLE color: 14273772.
HSL color Cylindrical-coordinate representation of color #ECCCD9: hue angle of 335.62º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCCD9 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 204 | 217 | - |
CMYK | 0 | 0.14 | 0.08 | 0.07 |
HSL | 335.63º | 0.46% | 0.86% | - |
HSV(B) | 335.63º | 0.14% | 0.93% | - |
XYZ | 68.71 | 66.03 | 74.77 | - |
YUV | 215.05 | 129.1 | 142.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 204 | 217 | 0 | 0.14 | 0.08 | 0.07 | 335.63 | 0.46 | 0.86 |
Hex | EC | CC | D9 | 0 | E | 8 | 7 | 150 | 2E | 56 |
Octal | 354 | 314 | 331 | 0 | 16 | 10 | 7 | 520 | 56 | 126 |
Binary | 11101100 | 11001100 | 11011001 | 0 | 1110 | 1000 | 111 | 101010000 | 101110 | 1010110 |
Color Harmonies of #ECCCD9
Complementary color
Monochromatic Colors of #ECCCD9
Black with #ECCCD9
Text Example
Text Example
White with #ECCCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCD9; }
p { color: rgb(236,204,217); }
H1.HeaderClassName
{
color: #ECCCD9;
}
.AnyTagClassName
{
color: #ECCCD9;
}
</style>
background-color css
<style>
a { background-color: #ECCCD9; }
a { background-color: rgb(236,204,217); }
div.DivClassName
{
background-color: #ECCCD9;
}
.BgClassName
{
background-color: #ECCCD9;
}
</style>
border-color css
<style>
span { border-color: #ECCCD9; }
span { border-color: rgb(236,204,217); }
td.TdClassName
{
border-color: #ECCCD9;
}
.TagClassName
{
border-color: #ECCCD9;
}
</style>