Shades of Classic Rose #ECD8E4
Tints of Classic Rose #ECD8E4
RGB
CMYK
RGB Variations
Color information
#ECD8E4 (or 0xECD8E4) is known color: Classic Rose. HEX triplet: EC, D8 and E4. RGB value is (236,216,228). Sum of RGB (Red+Green+Blue) = 236+216+228=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 216 (84.77% from 255 or 31.76% from 680); Blue value is 228 (89.45% from 255 or 33.53% from 680); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8E4 is #13271B. Grayscale: #DFDFDF. Windows color (decimal): -1255196 or 14997740. OLE color: 14997740.
HSL color Cylindrical-coordinate representation of color #ECD8E4: hue angle of 324º degrees, saturation: 0.34, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECD8E4 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 228 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.07 |
| HSL | 324º | 0.34% | 0.89% | - |
| HSV(B) | 324º | 0.08% | 0.93% | - |
| XYZ | 73.15 | 72.55 | 83.55 | - |
| YUV | 223.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 228 | 0 | 0.08 | 0.03 | 0.07 | 324 | 0.34 | 0.89 |
| Hex | EC | D8 | E4 | 0 | 8 | 3 | 7 | 144 | 22 | 59 |
| Octal | 354 | 330 | 344 | 0 | 10 | 3 | 7 | 504 | 42 | 131 |
| Binary | 11101100 | 11011000 | 11100100 | 0 | 1000 | 11 | 111 | 101000100 | 100010 | 1011001 |
Color Harmonies of #ECD8E4
Complementary color
Monochromatic Colors of #ECD8E4
Black with #ECD8E4
Text Example
Text Example
White with #ECD8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8E4; }
p { color: rgb(236,216,228); }
H1.HeaderClassName
{
color: #ECD8E4;
}
.AnyTagClassName
{
color: #ECD8E4;
}
</style>
background-color css
<style>
a { background-color: #ECD8E4; }
a { background-color: rgb(236,216,228); }
div.DivClassName
{
background-color: #ECD8E4;
}
.BgClassName
{
background-color: #ECD8E4;
}
</style>
border-color css
<style>
span { border-color: #ECD8E4; }
span { border-color: rgb(236,216,228); }
td.TdClassName
{
border-color: #ECD8E4;
}
.TagClassName
{
border-color: #ECD8E4;
}
</style>