Shades of Classic Rose #EDC5DC
Tints of Classic Rose #EDC5DC
RGB
CMYK
RGB Variations
Color information
#EDC5DC (or 0xEDC5DC) is known color: Classic Rose. HEX triplet: ED, C5 and DC. RGB value is (237,197,220). Sum of RGB (Red+Green+Blue) = 237+197+220=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 197 (77.34% from 255 or 30.12% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC5DC is #123A23. Grayscale: #D3D3D3. Windows color (decimal): -1194532 or 14468589. OLE color: 14468589.
HSL color Cylindrical-coordinate representation of color #EDC5DC: hue angle of 325.5º 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 #EDC5DC is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 220 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.07 |
| HSL | 325.5º | 0.53% | 0.85% | - |
| HSV(B) | 325.5º | 0.17% | 0.93% | - |
| XYZ | 67.81 | 63.1 | 76.32 | - |
| YUV | 211.58 | 132.75 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 220 | 0 | 0.17 | 0.07 | 0.07 | 325.5 | 0.53 | 0.85 |
| Hex | ED | C5 | DC | 0 | 11 | 7 | 7 | 146 | 35 | 55 |
| Octal | 355 | 305 | 334 | 0 | 21 | 7 | 7 | 506 | 65 | 125 |
| Binary | 11101101 | 11000101 | 11011100 | 0 | 10001 | 111 | 111 | 101000110 | 110101 | 1010101 |
Color Harmonies of #EDC5DC
Complementary color
Monochromatic Colors of #EDC5DC
Black with #EDC5DC
Text Example
Text Example
White with #EDC5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC5DC; }
p { color: rgb(237,197,220); }
H1.HeaderClassName
{
color: #EDC5DC;
}
.AnyTagClassName
{
color: #EDC5DC;
}
</style>
background-color css
<style>
a { background-color: #EDC5DC; }
a { background-color: rgb(237,197,220); }
div.DivClassName
{
background-color: #EDC5DC;
}
.BgClassName
{
background-color: #EDC5DC;
}
</style>
border-color css
<style>
span { border-color: #EDC5DC; }
span { border-color: rgb(237,197,220); }
td.TdClassName
{
border-color: #EDC5DC;
}
.TagClassName
{
border-color: #EDC5DC;
}
</style>