Shades of Classic Rose #EDC9D9
Tints of Classic Rose #EDC9D9
RGB
CMYK
RGB Variations
Color information
#EDC9D9 (or 0xEDC9D9) is known color: Classic Rose. HEX triplet: ED, C9 and D9. RGB value is (237,201,217). Sum of RGB (Red+Green+Blue) = 237+201+217=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 201 (78.91% from 255 or 30.69% from 655); Blue value is 217 (85.16% from 255 or 33.13% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9D9 is #123626. Grayscale: #D5D5D5. Windows color (decimal): -1193511 or 14273005. OLE color: 14273005.
HSL color Cylindrical-coordinate representation of color #EDC9D9: hue angle of 333.33º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDC9D9 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 217 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.07 |
| HSL | 333.33º | 0.5% | 0.86% | - |
| HSV(B) | 333.33º | 0.15% | 0.93% | - |
| XYZ | 68.34 | 64.79 | 74.55 | - |
| YUV | 213.59 | 129.93 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 217 | 0 | 0.15 | 0.08 | 0.07 | 333.33 | 0.5 | 0.86 |
| Hex | ED | C9 | D9 | 0 | F | 8 | 7 | 14D | 32 | 56 |
| Octal | 355 | 311 | 331 | 0 | 17 | 10 | 7 | 515 | 62 | 126 |
| Binary | 11101101 | 11001001 | 11011001 | 0 | 1111 | 1000 | 111 | 101001101 | 110010 | 1010110 |
Color Harmonies of #EDC9D9
Complementary color
Monochromatic Colors of #EDC9D9
Black with #EDC9D9
Text Example
Text Example
White with #EDC9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC9D9; }
p { color: rgb(237,201,217); }
H1.HeaderClassName
{
color: #EDC9D9;
}
.AnyTagClassName
{
color: #EDC9D9;
}
</style>
background-color css
<style>
a { background-color: #EDC9D9; }
a { background-color: rgb(237,201,217); }
div.DivClassName
{
background-color: #EDC9D9;
}
.BgClassName
{
background-color: #EDC9D9;
}
</style>
border-color css
<style>
span { border-color: #EDC9D9; }
span { border-color: rgb(237,201,217); }
td.TdClassName
{
border-color: #EDC9D9;
}
.TagClassName
{
border-color: #EDC9D9;
}
</style>