Shades of Classic Rose #ECD8E3
Tints of Classic Rose #ECD8E3
RGB
CMYK
RGB Variations
Color information
#ECD8E3 (or 0xECD8E3) is known color: Classic Rose. HEX triplet: EC, D8 and E3. RGB value is (236,216,227). Sum of RGB (Red+Green+Blue) = 236+216+227=679 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.76% from 679); Green value is 216 (84.77% from 255 or 31.81% from 679); Blue value is 227 (89.06% from 255 or 33.43% from 679); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8E3 is #13271C. Grayscale: #DFDFDF. Windows color (decimal): -1255197 or 14932204. OLE color: 14932204.
HSL color Cylindrical-coordinate representation of color #ECD8E3: hue angle of 327º 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 #ECD8E3 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 227 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.07 |
| HSL | 327º | 0.34% | 0.89% | - |
| HSV(B) | 327º | 0.08% | 0.93% | - |
| XYZ | 73.01 | 72.49 | 82.82 | - |
| YUV | 223.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 227 | 0 | 0.08 | 0.04 | 0.07 | 327 | 0.34 | 0.89 |
| Hex | EC | D8 | E3 | 0 | 8 | 4 | 7 | 147 | 22 | 59 |
| Octal | 354 | 330 | 343 | 0 | 10 | 4 | 7 | 507 | 42 | 131 |
| Binary | 11101100 | 11011000 | 11100011 | 0 | 1000 | 100 | 111 | 101000111 | 100010 | 1011001 |
Color Harmonies of #ECD8E3
Complementary color
Monochromatic Colors of #ECD8E3
Black with #ECD8E3
Text Example
Text Example
White with #ECD8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8E3; }
p { color: rgb(236,216,227); }
H1.HeaderClassName
{
color: #ECD8E3;
}
.AnyTagClassName
{
color: #ECD8E3;
}
</style>
background-color css
<style>
a { background-color: #ECD8E3; }
a { background-color: rgb(236,216,227); }
div.DivClassName
{
background-color: #ECD8E3;
}
.BgClassName
{
background-color: #ECD8E3;
}
</style>
border-color css
<style>
span { border-color: #ECD8E3; }
span { border-color: rgb(236,216,227); }
td.TdClassName
{
border-color: #ECD8E3;
}
.TagClassName
{
border-color: #ECD8E3;
}
</style>