Shades of Classic Rose #ECD1E3
Tints of Classic Rose #ECD1E3
RGB
CMYK
RGB Variations
Color information
#ECD1E3 (or 0xECD1E3) is known color: Classic Rose. HEX triplet: EC, D1 and E3. RGB value is (236,209,227). Sum of RGB (Red+Green+Blue) = 236+209+227=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 209 (82.03% from 255 or 31.10% from 672); Blue value is 227 (89.06% from 255 or 33.78% from 672); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD1E3 is #132E1C. Grayscale: #DBDBDB. Windows color (decimal): -1256989 or 14930412. OLE color: 14930412.
HSL color Cylindrical-coordinate representation of color #ECD1E3: hue angle of 320º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECD1E3 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 209 | 227 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.07 |
| HSL | 320º | 0.42% | 0.87% | - |
| HSV(B) | 320º | 0.11% | 0.93% | - |
| XYZ | 71.26 | 68.98 | 82.23 | - |
| YUV | 219.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 209 | 227 | 0 | 0.11 | 0.04 | 0.07 | 320 | 0.42 | 0.87 |
| Hex | EC | D1 | E3 | 0 | B | 4 | 7 | 140 | 2A | 57 |
| Octal | 354 | 321 | 343 | 0 | 13 | 4 | 7 | 500 | 52 | 127 |
| Binary | 11101100 | 11010001 | 11100011 | 0 | 1011 | 100 | 111 | 101000000 | 101010 | 1010111 |
Color Harmonies of #ECD1E3
Complementary color
Monochromatic Colors of #ECD1E3
Black with #ECD1E3
Text Example
Text Example
White with #ECD1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD1E3; }
p { color: rgb(236,209,227); }
H1.HeaderClassName
{
color: #ECD1E3;
}
.AnyTagClassName
{
color: #ECD1E3;
}
</style>
background-color css
<style>
a { background-color: #ECD1E3; }
a { background-color: rgb(236,209,227); }
div.DivClassName
{
background-color: #ECD1E3;
}
.BgClassName
{
background-color: #ECD1E3;
}
</style>
border-color css
<style>
span { border-color: #ECD1E3; }
span { border-color: rgb(236,209,227); }
td.TdClassName
{
border-color: #ECD1E3;
}
.TagClassName
{
border-color: #ECD1E3;
}
</style>