Shades of Classic Rose #EDC5E1
Tints of Classic Rose #EDC5E1
RGB
CMYK
RGB Variations
Color information
#EDC5E1 (or 0xEDC5E1) is known color: Classic Rose. HEX triplet: ED, C5 and E1. RGB value is (237,197,225). Sum of RGB (Red+Green+Blue) = 237+197+225=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 197 (77.34% from 255 or 29.89% from 659); Blue value is 225 (88.28% from 255 or 34.14% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC5E1 is #123A1E. Grayscale: #D4D4D4. Windows color (decimal): -1194527 or 14796269. OLE color: 14796269.
HSL color Cylindrical-coordinate representation of color #EDC5E1: hue angle of 318º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDC5E1 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 197 | 225 | - |
CMYK | 0 | 0.17 | 0.05 | 0.07 |
HSL | 318º | 0.53% | 0.85% | - |
HSV(B) | 318º | 0.17% | 0.93% | - |
XYZ | 68.48 | 63.37 | 79.86 | - |
YUV | 212.15 | 135.25 | 145.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 197 | 225 | 0 | 0.17 | 0.05 | 0.07 | 318 | 0.53 | 0.85 |
Hex | ED | C5 | E1 | 0 | 11 | 5 | 7 | 13E | 35 | 55 |
Octal | 355 | 305 | 341 | 0 | 21 | 5 | 7 | 476 | 65 | 125 |
Binary | 11101101 | 11000101 | 11100001 | 0 | 10001 | 101 | 111 | 100111110 | 110101 | 1010101 |
Color Harmonies of #EDC5E1
Complementary color
Monochromatic Colors of #EDC5E1
Black with #EDC5E1
Text Example
Text Example
White with #EDC5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC5E1; }
p { color: rgb(237,197,225); }
H1.HeaderClassName
{
color: #EDC5E1;
}
.AnyTagClassName
{
color: #EDC5E1;
}
</style>
background-color css
<style>
a { background-color: #EDC5E1; }
a { background-color: rgb(237,197,225); }
div.DivClassName
{
background-color: #EDC5E1;
}
.BgClassName
{
background-color: #EDC5E1;
}
</style>
border-color css
<style>
span { border-color: #EDC5E1; }
span { border-color: rgb(237,197,225); }
td.TdClassName
{
border-color: #EDC5E1;
}
.TagClassName
{
border-color: #EDC5E1;
}
</style>