Shades of Classic Rose #ECCEDE
Tints of Classic Rose #ECCEDE
RGB
CMYK
RGB Variations
Color information
#ECCEDE (or 0xECCEDE) is known color: Classic Rose. HEX triplet: EC, CE and DE. RGB value is (236,206,222). Sum of RGB (Red+Green+Blue) = 236+206+222=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 222 (87.11% from 255 or 33.43% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCEDE is #133121. Grayscale: #D8D8D8. Windows color (decimal): -1257762 or 14601964. OLE color: 14601964.
HSL color Cylindrical-coordinate representation of color #ECCEDE: hue angle of 328º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECCEDE is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 222 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.07 |
| HSL | 328º | 0.44% | 0.87% | - |
| HSV(B) | 328º | 0.13% | 0.93% | - |
| XYZ | 69.85 | 67.25 | 78.41 | - |
| YUV | 216.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 222 | 0 | 0.13 | 0.06 | 0.07 | 328 | 0.44 | 0.87 |
| Hex | EC | CE | DE | 0 | D | 6 | 7 | 148 | 2C | 57 |
| Octal | 354 | 316 | 336 | 0 | 15 | 6 | 7 | 510 | 54 | 127 |
| Binary | 11101100 | 11001110 | 11011110 | 0 | 1101 | 110 | 111 | 101001000 | 101100 | 1010111 |
Color Harmonies of #ECCEDE
Complementary color
Monochromatic Colors of #ECCEDE
Black with #ECCEDE
Text Example
Text Example
White with #ECCEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCEDE; }
p { color: rgb(236,206,222); }
H1.HeaderClassName
{
color: #ECCEDE;
}
.AnyTagClassName
{
color: #ECCEDE;
}
</style>
background-color css
<style>
a { background-color: #ECCEDE; }
a { background-color: rgb(236,206,222); }
div.DivClassName
{
background-color: #ECCEDE;
}
.BgClassName
{
background-color: #ECCEDE;
}
</style>
border-color css
<style>
span { border-color: #ECCEDE; }
span { border-color: rgb(236,206,222); }
td.TdClassName
{
border-color: #ECCEDE;
}
.TagClassName
{
border-color: #ECCEDE;
}
</style>