Shades of Classic Rose #ECC9DE
Tints of Classic Rose #ECC9DE
RGB
CMYK
RGB Variations
Color information
#ECC9DE (or 0xECC9DE) is known color: Classic Rose. HEX triplet: EC, C9 and DE. RGB value is (236,201,222). Sum of RGB (Red+Green+Blue) = 236+201+222=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 201 (78.91% from 255 or 30.50% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC9DE is #133621. Grayscale: #D5D5D5. Windows color (decimal): -1259042 or 14600684. OLE color: 14600684.
HSL color Cylindrical-coordinate representation of color #ECC9DE: hue angle of 324º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECC9DE is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 222 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.07 |
| HSL | 324º | 0.48% | 0.86% | - |
| HSV(B) | 324º | 0.15% | 0.93% | - |
| XYZ | 68.66 | 64.88 | 78.01 | - |
| YUV | 213.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 222 | 0 | 0.15 | 0.06 | 0.07 | 324 | 0.48 | 0.86 |
| Hex | EC | C9 | DE | 0 | F | 6 | 7 | 144 | 30 | 56 |
| Octal | 354 | 311 | 336 | 0 | 17 | 6 | 7 | 504 | 60 | 126 |
| Binary | 11101100 | 11001001 | 11011110 | 0 | 1111 | 110 | 111 | 101000100 | 110000 | 1010110 |
Color Harmonies of #ECC9DE
Complementary color
Monochromatic Colors of #ECC9DE
Black with #ECC9DE
Text Example
Text Example
White with #ECC9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC9DE; }
p { color: rgb(236,201,222); }
H1.HeaderClassName
{
color: #ECC9DE;
}
.AnyTagClassName
{
color: #ECC9DE;
}
</style>
background-color css
<style>
a { background-color: #ECC9DE; }
a { background-color: rgb(236,201,222); }
div.DivClassName
{
background-color: #ECC9DE;
}
.BgClassName
{
background-color: #ECC9DE;
}
</style>
border-color css
<style>
span { border-color: #ECC9DE; }
span { border-color: rgb(236,201,222); }
td.TdClassName
{
border-color: #ECC9DE;
}
.TagClassName
{
border-color: #ECC9DE;
}
</style>