Shades of Classic Rose #EDC8DF
Tints of Classic Rose #EDC8DF
RGB
CMYK
RGB Variations
Color information
#EDC8DF (or 0xEDC8DF) is known color: Classic Rose. HEX triplet: ED, C8 and DF. RGB value is (237,200,223). Sum of RGB (Red+Green+Blue) = 237+200+223=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 200 (78.52% from 255 or 30.30% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC8DF is #123720. Grayscale: #D5D5D5. Windows color (decimal): -1193761 or 14665965. OLE color: 14665965.
HSL color Cylindrical-coordinate representation of color #EDC8DF: hue angle of 322.7º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDC8DF is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 223 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.07 |
| HSL | 322.7º | 0.51% | 0.86% | - |
| HSV(B) | 322.7º | 0.16% | 0.93% | - |
| XYZ | 68.9 | 64.64 | 78.66 | - |
| YUV | 213.69 | 133.26 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 223 | 0 | 0.16 | 0.06 | 0.07 | 322.7 | 0.51 | 0.86 |
| Hex | ED | C8 | DF | 0 | 10 | 6 | 7 | 143 | 33 | 56 |
| Octal | 355 | 310 | 337 | 0 | 20 | 6 | 7 | 503 | 63 | 126 |
| Binary | 11101101 | 11001000 | 11011111 | 0 | 10000 | 110 | 111 | 101000011 | 110011 | 1010110 |
Color Harmonies of #EDC8DF
Complementary color
Monochromatic Colors of #EDC8DF
Black with #EDC8DF
Text Example
Text Example
White with #EDC8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC8DF; }
p { color: rgb(237,200,223); }
H1.HeaderClassName
{
color: #EDC8DF;
}
.AnyTagClassName
{
color: #EDC8DF;
}
</style>
background-color css
<style>
a { background-color: #EDC8DF; }
a { background-color: rgb(237,200,223); }
div.DivClassName
{
background-color: #EDC8DF;
}
.BgClassName
{
background-color: #EDC8DF;
}
</style>
border-color css
<style>
span { border-color: #EDC8DF; }
span { border-color: rgb(237,200,223); }
td.TdClassName
{
border-color: #EDC8DF;
}
.TagClassName
{
border-color: #EDC8DF;
}
</style>