Shades of Classic Rose #ECCCDE
Tints of Classic Rose #ECCCDE
RGB
CMYK
RGB Variations
Color information
#ECCCDE (or 0xECCCDE) is known color: Classic Rose. HEX triplet: EC, CC and DE. RGB value is (236,204,222). Sum of RGB (Red+Green+Blue) = 236+204+222=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCDE is #133321. Grayscale: #D7D7D7. Windows color (decimal): -1258274 or 14601452. OLE color: 14601452.
HSL color Cylindrical-coordinate representation of color #ECCCDE: hue angle of 326.25º 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 #ECCCDE is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 204 | 222 | - |
CMYK | 0 | 0.14 | 0.06 | 0.07 |
HSL | 326.25º | 0.46% | 0.86% | - |
HSV(B) | 326.25º | 0.14% | 0.93% | - |
XYZ | 69.37 | 66.29 | 78.25 | - |
YUV | 215.62 | 131.6 | 142.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 204 | 222 | 0 | 0.14 | 0.06 | 0.07 | 326.25 | 0.46 | 0.86 |
Hex | EC | CC | DE | 0 | E | 6 | 7 | 146 | 2E | 56 |
Octal | 354 | 314 | 336 | 0 | 16 | 6 | 7 | 506 | 56 | 126 |
Binary | 11101100 | 11001100 | 11011110 | 0 | 1110 | 110 | 111 | 101000110 | 101110 | 1010110 |
Color Harmonies of #ECCCDE
Complementary color
Monochromatic Colors of #ECCCDE
Black with #ECCCDE
Text Example
Text Example
White with #ECCCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCDE; }
p { color: rgb(236,204,222); }
H1.HeaderClassName
{
color: #ECCCDE;
}
.AnyTagClassName
{
color: #ECCCDE;
}
</style>
background-color css
<style>
a { background-color: #ECCCDE; }
a { background-color: rgb(236,204,222); }
div.DivClassName
{
background-color: #ECCCDE;
}
.BgClassName
{
background-color: #ECCCDE;
}
</style>
border-color css
<style>
span { border-color: #ECCCDE; }
span { border-color: rgb(236,204,222); }
td.TdClassName
{
border-color: #ECCCDE;
}
.TagClassName
{
border-color: #ECCCDE;
}
</style>