Shades of Classic Rose #EDC5DD
Tints of Classic Rose #EDC5DD
RGB
CMYK
RGB Variations
Color information
#EDC5DD (or 0xEDC5DD) is known color: Classic Rose. HEX triplet: ED, C5 and DD. RGB value is (237,197,221). Sum of RGB (Red+Green+Blue) = 237+197+221=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 197 (77.34% from 255 or 30.08% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC5DD is #123A22. Grayscale: #D3D3D3. Windows color (decimal): -1194531 or 14534125. OLE color: 14534125.
HSL color Cylindrical-coordinate representation of color #EDC5DD: hue angle of 324º 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 #EDC5DD is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 221 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.07 |
| HSL | 324º | 0.53% | 0.85% | - |
| HSV(B) | 324º | 0.17% | 0.93% | - |
| XYZ | 67.94 | 63.16 | 77.02 | - |
| YUV | 211.7 | 133.25 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 221 | 0 | 0.17 | 0.07 | 0.07 | 324 | 0.53 | 0.85 |
| Hex | ED | C5 | DD | 0 | 11 | 7 | 7 | 144 | 35 | 55 |
| Octal | 355 | 305 | 335 | 0 | 21 | 7 | 7 | 504 | 65 | 125 |
| Binary | 11101101 | 11000101 | 11011101 | 0 | 10001 | 111 | 111 | 101000100 | 110101 | 1010101 |
Color Harmonies of #EDC5DD
Complementary color
Monochromatic Colors of #EDC5DD
Black with #EDC5DD
Text Example
Text Example
White with #EDC5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC5DD; }
p { color: rgb(237,197,221); }
H1.HeaderClassName
{
color: #EDC5DD;
}
.AnyTagClassName
{
color: #EDC5DD;
}
</style>
background-color css
<style>
a { background-color: #EDC5DD; }
a { background-color: rgb(237,197,221); }
div.DivClassName
{
background-color: #EDC5DD;
}
.BgClassName
{
background-color: #EDC5DD;
}
</style>
border-color css
<style>
span { border-color: #EDC5DD; }
span { border-color: rgb(237,197,221); }
td.TdClassName
{
border-color: #EDC5DD;
}
.TagClassName
{
border-color: #EDC5DD;
}
</style>