Shades of Classic Rose #EDC9DA
Tints of Classic Rose #EDC9DA
RGB
CMYK
RGB Variations
Color information
#EDC9DA (or 0xEDC9DA) is known color: Classic Rose. HEX triplet: ED, C9 and DA. RGB value is (237,201,218). Sum of RGB (Red+Green+Blue) = 237+201+218=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 201 (78.91% from 255 or 30.64% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9DA is #123625. Grayscale: #D5D5D5. Windows color (decimal): -1193510 or 14338541. OLE color: 14338541.
HSL color Cylindrical-coordinate representation of color #EDC9DA: hue angle of 331.67º 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 #EDC9DA is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 218 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.07 |
| HSL | 331.67º | 0.5% | 0.86% | - |
| HSV(B) | 331.67º | 0.15% | 0.93% | - |
| XYZ | 68.47 | 64.84 | 75.24 | - |
| YUV | 213.7 | 130.43 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 218 | 0 | 0.15 | 0.08 | 0.07 | 331.67 | 0.5 | 0.86 |
| Hex | ED | C9 | DA | 0 | F | 8 | 7 | 14C | 32 | 56 |
| Octal | 355 | 311 | 332 | 0 | 17 | 10 | 7 | 514 | 62 | 126 |
| Binary | 11101101 | 11001001 | 11011010 | 0 | 1111 | 1000 | 111 | 101001100 | 110010 | 1010110 |
Color Harmonies of #EDC9DA
Complementary color
Monochromatic Colors of #EDC9DA
Black with #EDC9DA
Text Example
Text Example
White with #EDC9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC9DA; }
p { color: rgb(237,201,218); }
H1.HeaderClassName
{
color: #EDC9DA;
}
.AnyTagClassName
{
color: #EDC9DA;
}
</style>
background-color css
<style>
a { background-color: #EDC9DA; }
a { background-color: rgb(237,201,218); }
div.DivClassName
{
background-color: #EDC9DA;
}
.BgClassName
{
background-color: #EDC9DA;
}
</style>
border-color css
<style>
span { border-color: #EDC9DA; }
span { border-color: rgb(237,201,218); }
td.TdClassName
{
border-color: #EDC9DA;
}
.TagClassName
{
border-color: #EDC9DA;
}
</style>