Shades of Classic Rose #ECD2E4
Tints of Classic Rose #ECD2E4
RGB
CMYK
RGB Variations
Color information
#ECD2E4 (or 0xECD2E4) is known color: Classic Rose. HEX triplet: EC, D2 and E4. RGB value is (236,210,228). Sum of RGB (Red+Green+Blue) = 236+210+228=674 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.01% from 674); Green value is 210 (82.42% from 255 or 31.16% from 674); Blue value is 228 (89.45% from 255 or 33.83% from 674); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2E4 is #132D1B. Grayscale: #DBDBDB. Windows color (decimal): -1256732 or 14996204. OLE color: 14996204.
HSL color Cylindrical-coordinate representation of color #ECD2E4: hue angle of 318.46º degrees, saturation: 0.41, 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 #ECD2E4 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 228 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.07 |
| HSL | 318.46º | 0.41% | 0.87% | - |
| HSV(B) | 318.46º | 0.11% | 0.93% | - |
| XYZ | 71.64 | 69.53 | 83.04 | - |
| YUV | 219.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 228 | 0 | 0.11 | 0.03 | 0.07 | 318.46 | 0.41 | 0.87 |
| Hex | EC | D2 | E4 | 0 | B | 3 | 7 | 13E | 29 | 57 |
| Octal | 354 | 322 | 344 | 0 | 13 | 3 | 7 | 476 | 51 | 127 |
| Binary | 11101100 | 11010010 | 11100100 | 0 | 1011 | 11 | 111 | 100111110 | 101001 | 1010111 |
Color Harmonies of #ECD2E4
Complementary color
Monochromatic Colors of #ECD2E4
Black with #ECD2E4
Text Example
Text Example
White with #ECD2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD2E4; }
p { color: rgb(236,210,228); }
H1.HeaderClassName
{
color: #ECD2E4;
}
.AnyTagClassName
{
color: #ECD2E4;
}
</style>
background-color css
<style>
a { background-color: #ECD2E4; }
a { background-color: rgb(236,210,228); }
div.DivClassName
{
background-color: #ECD2E4;
}
.BgClassName
{
background-color: #ECD2E4;
}
</style>
border-color css
<style>
span { border-color: #ECD2E4; }
span { border-color: rgb(236,210,228); }
td.TdClassName
{
border-color: #ECD2E4;
}
.TagClassName
{
border-color: #ECD2E4;
}
</style>