Shades of Classic Rose #ECCCDF
Tints of Classic Rose #ECCCDF
RGB
CMYK
RGB Variations
Color information
#ECCCDF (or 0xECCCDF) is known color: Classic Rose. HEX triplet: EC, CC and DF. RGB value is (236,204,223). Sum of RGB (Red+Green+Blue) = 236+204+223=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCDF is #133320. Grayscale: #D7D7D7. Windows color (decimal): -1258273 or 14666988. OLE color: 14666988.
HSL color Cylindrical-coordinate representation of color #ECCCDF: hue angle of 324.38º 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 #ECCCDF is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 204 | 223 | - |
CMYK | 0 | 0.14 | 0.06 | 0.07 |
HSL | 324.38º | 0.46% | 0.86% | - |
HSV(B) | 324.38º | 0.14% | 0.93% | - |
XYZ | 69.5 | 66.35 | 78.95 | - |
YUV | 215.73 | 132.1 | 142.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 204 | 223 | 0 | 0.14 | 0.06 | 0.07 | 324.38 | 0.46 | 0.86 |
Hex | EC | CC | DF | 0 | E | 6 | 7 | 144 | 2E | 56 |
Octal | 354 | 314 | 337 | 0 | 16 | 6 | 7 | 504 | 56 | 126 |
Binary | 11101100 | 11001100 | 11011111 | 0 | 1110 | 110 | 111 | 101000100 | 101110 | 1010110 |
Color Harmonies of #ECCCDF
Complementary color
Monochromatic Colors of #ECCCDF
Black with #ECCCDF
Text Example
Text Example
White with #ECCCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCDF; }
p { color: rgb(236,204,223); }
H1.HeaderClassName
{
color: #ECCCDF;
}
.AnyTagClassName
{
color: #ECCCDF;
}
</style>
background-color css
<style>
a { background-color: #ECCCDF; }
a { background-color: rgb(236,204,223); }
div.DivClassName
{
background-color: #ECCCDF;
}
.BgClassName
{
background-color: #ECCCDF;
}
</style>
border-color css
<style>
span { border-color: #ECCCDF; }
span { border-color: rgb(236,204,223); }
td.TdClassName
{
border-color: #ECCCDF;
}
.TagClassName
{
border-color: #ECCCDF;
}
</style>