Shades of Classic Rose #ECCDDF
Tints of Classic Rose #ECCDDF
RGB
CMYK
RGB Variations
Color information
#ECCDDF (or 0xECCDDF) is known color: Classic Rose. HEX triplet: EC, CD and DF. RGB value is (236,205,223). Sum of RGB (Red+Green+Blue) = 236+205+223=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDDF is #133220. Grayscale: #D8D8D8. Windows color (decimal): -1258017 or 14667244. OLE color: 14667244.
HSL color Cylindrical-coordinate representation of color #ECCDDF: hue angle of 325.16º 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 #ECCDDF is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 205 | 223 | - |
CMYK | 0 | 0.13 | 0.06 | 0.07 |
HSL | 325.16º | 0.45% | 0.86% | - |
HSV(B) | 325.16º | 0.13% | 0.93% | - |
XYZ | 69.74 | 66.82 | 79.03 | - |
YUV | 216.32 | 131.77 | 142.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 205 | 223 | 0 | 0.13 | 0.06 | 0.07 | 325.16 | 0.45 | 0.86 |
Hex | EC | CD | DF | 0 | D | 6 | 7 | 145 | 2D | 56 |
Octal | 354 | 315 | 337 | 0 | 15 | 6 | 7 | 505 | 55 | 126 |
Binary | 11101100 | 11001101 | 11011111 | 0 | 1101 | 110 | 111 | 101000101 | 101101 | 1010110 |
Color Harmonies of #ECCDDF
Complementary color
Monochromatic Colors of #ECCDDF
Black with #ECCDDF
Text Example
Text Example
White with #ECCDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDDF; }
p { color: rgb(236,205,223); }
H1.HeaderClassName
{
color: #ECCDDF;
}
.AnyTagClassName
{
color: #ECCDDF;
}
</style>
background-color css
<style>
a { background-color: #ECCDDF; }
a { background-color: rgb(236,205,223); }
div.DivClassName
{
background-color: #ECCDDF;
}
.BgClassName
{
background-color: #ECCDDF;
}
</style>
border-color css
<style>
span { border-color: #ECCDDF; }
span { border-color: rgb(236,205,223); }
td.TdClassName
{
border-color: #ECCDDF;
}
.TagClassName
{
border-color: #ECCDDF;
}
</style>