Shades of Classic Rose #ECCCDC
Tints of Classic Rose #ECCCDC
RGB
CMYK
RGB Variations
Color information
#ECCCDC (or 0xECCCDC) is known color: Classic Rose. HEX triplet: EC, CC and DC. RGB value is (236,204,220). Sum of RGB (Red+Green+Blue) = 236+204+220=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 220 (86.33% from 255 or 33.33% from 660); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCDC is #133323. Grayscale: #D7D7D7. Windows color (decimal): -1258276 or 14470380. OLE color: 14470380.
HSL color Cylindrical-coordinate representation of color #ECCCDC: hue angle of 330º 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 #ECCCDC is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 204 | 220 | - |
CMYK | 0 | 0.14 | 0.07 | 0.07 |
HSL | 330º | 0.46% | 0.86% | - |
HSV(B) | 330º | 0.14% | 0.93% | - |
XYZ | 69.1 | 66.19 | 76.84 | - |
YUV | 215.39 | 130.6 | 142.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 204 | 220 | 0 | 0.14 | 0.07 | 0.07 | 330 | 0.46 | 0.86 |
Hex | EC | CC | DC | 0 | E | 7 | 7 | 14A | 2E | 56 |
Octal | 354 | 314 | 334 | 0 | 16 | 7 | 7 | 512 | 56 | 126 |
Binary | 11101100 | 11001100 | 11011100 | 0 | 1110 | 111 | 111 | 101001010 | 101110 | 1010110 |
Color Harmonies of #ECCCDC
Complementary color
Monochromatic Colors of #ECCCDC
Black with #ECCCDC
Text Example
Text Example
White with #ECCCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCDC; }
p { color: rgb(236,204,220); }
H1.HeaderClassName
{
color: #ECCCDC;
}
.AnyTagClassName
{
color: #ECCCDC;
}
</style>
background-color css
<style>
a { background-color: #ECCCDC; }
a { background-color: rgb(236,204,220); }
div.DivClassName
{
background-color: #ECCCDC;
}
.BgClassName
{
background-color: #ECCCDC;
}
</style>
border-color css
<style>
span { border-color: #ECCCDC; }
span { border-color: rgb(236,204,220); }
td.TdClassName
{
border-color: #ECCCDC;
}
.TagClassName
{
border-color: #ECCCDC;
}
</style>