Shades of Classic Rose #ECC1DA
Tints of Classic Rose #ECC1DA
RGB
CMYK
RGB Variations
Color information
#ECC1DA (or 0xECC1DA) is known color: Classic Rose. HEX triplet: EC, C1 and DA. RGB value is (236,193,218). Sum of RGB (Red+Green+Blue) = 236+193+218=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 193 (75.78% from 255 or 29.83% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1DA is #133E25. Grayscale: #D0D0D0. Windows color (decimal): -1261094 or 14336492. OLE color: 14336492.
HSL color Cylindrical-coordinate representation of color #ECC1DA: hue angle of 325.12º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECC1DA is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 218 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.07 |
| HSL | 325.12º | 0.53% | 0.84% | - |
| HSV(B) | 325.12º | 0.18% | 0.93% | - |
| XYZ | 66.32 | 61.03 | 74.62 | - |
| YUV | 208.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 218 | 0 | 0.18 | 0.08 | 0.07 | 325.12 | 0.53 | 0.84 |
| Hex | EC | C1 | DA | 0 | 12 | 8 | 7 | 145 | 35 | 54 |
| Octal | 354 | 301 | 332 | 0 | 22 | 10 | 7 | 505 | 65 | 124 |
| Binary | 11101100 | 11000001 | 11011010 | 0 | 10010 | 1000 | 111 | 101000101 | 110101 | 1010100 |
Color Harmonies of #ECC1DA
Complementary color
Monochromatic Colors of #ECC1DA
Black with #ECC1DA
Text Example
Text Example
White with #ECC1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1DA; }
p { color: rgb(236,193,218); }
H1.HeaderClassName
{
color: #ECC1DA;
}
.AnyTagClassName
{
color: #ECC1DA;
}
</style>
background-color css
<style>
a { background-color: #ECC1DA; }
a { background-color: rgb(236,193,218); }
div.DivClassName
{
background-color: #ECC1DA;
}
.BgClassName
{
background-color: #ECC1DA;
}
</style>
border-color css
<style>
span { border-color: #ECC1DA; }
span { border-color: rgb(236,193,218); }
td.TdClassName
{
border-color: #ECC1DA;
}
.TagClassName
{
border-color: #ECC1DA;
}
</style>