Shades of Classic Rose #EDC8E0
Tints of Classic Rose #EDC8E0
RGB
CMYK
RGB Variations
Color information
#EDC8E0 (or 0xEDC8E0) is known color: Classic Rose. HEX triplet: ED, C8 and E0. RGB value is (237,200,224). Sum of RGB (Red+Green+Blue) = 237+200+224=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 200 (78.52% from 255 or 30.26% from 661); Blue value is 224 (87.89% from 255 or 33.89% from 661); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC8E0 is #12371F. Grayscale: #D5D5D5. Windows color (decimal): -1193760 or 14731501. OLE color: 14731501.
HSL color Cylindrical-coordinate representation of color #EDC8E0: hue angle of 321.08º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDC8E0 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 224 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.07 |
| HSL | 321.08º | 0.51% | 0.86% | - |
| HSV(B) | 321.08º | 0.16% | 0.93% | - |
| XYZ | 69.03 | 64.69 | 79.37 | - |
| YUV | 213.8 | 133.76 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 224 | 0 | 0.16 | 0.05 | 0.07 | 321.08 | 0.51 | 0.86 |
| Hex | ED | C8 | E0 | 0 | 10 | 5 | 7 | 141 | 33 | 56 |
| Octal | 355 | 310 | 340 | 0 | 20 | 5 | 7 | 501 | 63 | 126 |
| Binary | 11101101 | 11001000 | 11100000 | 0 | 10000 | 101 | 111 | 101000001 | 110011 | 1010110 |
Color Harmonies of #EDC8E0
Complementary color
Monochromatic Colors of #EDC8E0
Black with #EDC8E0
Text Example
Text Example
White with #EDC8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC8E0; }
p { color: rgb(237,200,224); }
H1.HeaderClassName
{
color: #EDC8E0;
}
.AnyTagClassName
{
color: #EDC8E0;
}
</style>
background-color css
<style>
a { background-color: #EDC8E0; }
a { background-color: rgb(237,200,224); }
div.DivClassName
{
background-color: #EDC8E0;
}
.BgClassName
{
background-color: #EDC8E0;
}
</style>
border-color css
<style>
span { border-color: #EDC8E0; }
span { border-color: rgb(237,200,224); }
td.TdClassName
{
border-color: #EDC8E0;
}
.TagClassName
{
border-color: #EDC8E0;
}
</style>