Shades of Classic Rose #ECC6DD
Tints of Classic Rose #ECC6DD
RGB
CMYK
RGB Variations
Color information
#ECC6DD (or 0xECC6DD) is known color: Classic Rose. HEX triplet: EC, C6 and DD. RGB value is (236,198,221). Sum of RGB (Red+Green+Blue) = 236+198+221=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 198 (77.73% from 255 or 30.23% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC6DD is #133922. Grayscale: #D3D3D3. Windows color (decimal): -1259811 or 14534380. OLE color: 14534380.
HSL color Cylindrical-coordinate representation of color #ECC6DD: hue angle of 323.68º degrees, saturation: 0.5, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECC6DD is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 221 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.07 |
| HSL | 323.68º | 0.5% | 0.85% | - |
| HSV(B) | 323.68º | 0.16% | 0.93% | - |
| XYZ | 67.84 | 63.44 | 77.08 | - |
| YUV | 211.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 221 | 0 | 0.16 | 0.06 | 0.07 | 323.68 | 0.5 | 0.85 |
| Hex | EC | C6 | DD | 0 | 10 | 6 | 7 | 144 | 32 | 55 |
| Octal | 354 | 306 | 335 | 0 | 20 | 6 | 7 | 504 | 62 | 125 |
| Binary | 11101100 | 11000110 | 11011101 | 0 | 10000 | 110 | 111 | 101000100 | 110010 | 1010101 |
Color Harmonies of #ECC6DD
Complementary color
Monochromatic Colors of #ECC6DD
Black with #ECC6DD
Text Example
Text Example
White with #ECC6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC6DD; }
p { color: rgb(236,198,221); }
H1.HeaderClassName
{
color: #ECC6DD;
}
.AnyTagClassName
{
color: #ECC6DD;
}
</style>
background-color css
<style>
a { background-color: #ECC6DD; }
a { background-color: rgb(236,198,221); }
div.DivClassName
{
background-color: #ECC6DD;
}
.BgClassName
{
background-color: #ECC6DD;
}
</style>
border-color css
<style>
span { border-color: #ECC6DD; }
span { border-color: rgb(236,198,221); }
td.TdClassName
{
border-color: #ECC6DD;
}
.TagClassName
{
border-color: #ECC6DD;
}
</style>