Shades of Classic Rose #ECDCE6
Tints of Classic Rose #ECDCE6
RGB
CMYK
RGB Variations
Color information
#ECDCE6 (or 0xECDCE6) is known color: Classic Rose. HEX triplet: EC, DC and E6. RGB value is (236,220,230). Sum of RGB (Red+Green+Blue) = 236+220+230=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 230 (90.23% from 255 or 33.53% from 686); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDCE6 is #132319. Grayscale: #E1E1E1. Windows color (decimal): -1254170 or 15129836. OLE color: 15129836.
HSL color Cylindrical-coordinate representation of color #ECDCE6: hue angle of 322.5º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECDCE6 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 230 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.07 |
| HSL | 322.5º | 0.3% | 0.89% | - |
| HSV(B) | 322.5º | 0.07% | 0.93% | - |
| XYZ | 74.47 | 74.73 | 85.36 | - |
| YUV | 225.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 230 | 0 | 0.07 | 0.03 | 0.07 | 322.5 | 0.3 | 0.89 |
| Hex | EC | DC | E6 | 0 | 7 | 3 | 7 | 142 | 1E | 59 |
| Octal | 354 | 334 | 346 | 0 | 7 | 3 | 7 | 502 | 36 | 131 |
| Binary | 11101100 | 11011100 | 11100110 | 0 | 111 | 11 | 111 | 101000010 | 11110 | 1011001 |
Color Harmonies of #ECDCE6
Complementary color
Monochromatic Colors of #ECDCE6
Black with #ECDCE6
Text Example
Text Example
White with #ECDCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDCE6; }
p { color: rgb(236,220,230); }
H1.HeaderClassName
{
color: #ECDCE6;
}
.AnyTagClassName
{
color: #ECDCE6;
}
</style>
background-color css
<style>
a { background-color: #ECDCE6; }
a { background-color: rgb(236,220,230); }
div.DivClassName
{
background-color: #ECDCE6;
}
.BgClassName
{
background-color: #ECDCE6;
}
</style>
border-color css
<style>
span { border-color: #ECDCE6; }
span { border-color: rgb(236,220,230); }
td.TdClassName
{
border-color: #ECDCE6;
}
.TagClassName
{
border-color: #ECDCE6;
}
</style>