Shades of Classic Rose #EDC9DE
Tints of Classic Rose #EDC9DE
RGB
CMYK
RGB Variations
Color information
#EDC9DE (or 0xEDC9DE) is known color: Classic Rose. HEX triplet: ED, C9 and DE. RGB value is (237,201,222). Sum of RGB (Red+Green+Blue) = 237+201+222=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 201 (78.91% from 255 or 30.45% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9DE is #123621. Grayscale: #D6D6D6. Windows color (decimal): -1193506 or 14600685. OLE color: 14600685.
HSL color Cylindrical-coordinate representation of color #EDC9DE: hue angle of 325º 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 #EDC9DE is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 222 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.07 |
| HSL | 325º | 0.5% | 0.86% | - |
| HSV(B) | 325º | 0.15% | 0.93% | - |
| XYZ | 69 | 65.05 | 78.03 | - |
| YUV | 214.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 222 | 0 | 0.15 | 0.06 | 0.07 | 325 | 0.5 | 0.86 |
| Hex | ED | C9 | DE | 0 | F | 6 | 7 | 145 | 32 | 56 |
| Octal | 355 | 311 | 336 | 0 | 17 | 6 | 7 | 505 | 62 | 126 |
| Binary | 11101101 | 11001001 | 11011110 | 0 | 1111 | 110 | 111 | 101000101 | 110010 | 1010110 |
Color Harmonies of #EDC9DE
Complementary color
Monochromatic Colors of #EDC9DE
Black with #EDC9DE
Text Example
Text Example
White with #EDC9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC9DE; }
p { color: rgb(237,201,222); }
H1.HeaderClassName
{
color: #EDC9DE;
}
.AnyTagClassName
{
color: #EDC9DE;
}
</style>
background-color css
<style>
a { background-color: #EDC9DE; }
a { background-color: rgb(237,201,222); }
div.DivClassName
{
background-color: #EDC9DE;
}
.BgClassName
{
background-color: #EDC9DE;
}
</style>
border-color css
<style>
span { border-color: #EDC9DE; }
span { border-color: rgb(237,201,222); }
td.TdClassName
{
border-color: #EDC9DE;
}
.TagClassName
{
border-color: #EDC9DE;
}
</style>