Shades of Classic Rose #EDCCDA
Tints of Classic Rose #EDCCDA
RGB
CMYK
RGB Variations
Color information
#EDCCDA (or 0xEDCCDA) is known color: Classic Rose. HEX triplet: ED, CC and DA. RGB value is (237,204,218). Sum of RGB (Red+Green+Blue) = 237+204+218=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCDA is #123325. Grayscale: #D7D7D7. Windows color (decimal): -1192742 or 14339309. OLE color: 14339309.
HSL color Cylindrical-coordinate representation of color #EDCCDA: hue angle of 334.55º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDCCDA is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 218 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.07 |
| HSL | 334.55º | 0.48% | 0.86% | - |
| HSV(B) | 334.55º | 0.14% | 0.93% | - |
| XYZ | 69.17 | 66.25 | 75.47 | - |
| YUV | 215.46 | 129.43 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 218 | 0 | 0.14 | 0.08 | 0.07 | 334.55 | 0.48 | 0.86 |
| Hex | ED | CC | DA | 0 | E | 8 | 7 | 14F | 30 | 56 |
| Octal | 355 | 314 | 332 | 0 | 16 | 10 | 7 | 517 | 60 | 126 |
| Binary | 11101101 | 11001100 | 11011010 | 0 | 1110 | 1000 | 111 | 101001111 | 110000 | 1010110 |
Color Harmonies of #EDCCDA
Complementary color
Monochromatic Colors of #EDCCDA
Black with #EDCCDA
Text Example
Text Example
White with #EDCCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCCDA; }
p { color: rgb(237,204,218); }
H1.HeaderClassName
{
color: #EDCCDA;
}
.AnyTagClassName
{
color: #EDCCDA;
}
</style>
background-color css
<style>
a { background-color: #EDCCDA; }
a { background-color: rgb(237,204,218); }
div.DivClassName
{
background-color: #EDCCDA;
}
.BgClassName
{
background-color: #EDCCDA;
}
</style>
border-color css
<style>
span { border-color: #EDCCDA; }
span { border-color: rgb(237,204,218); }
td.TdClassName
{
border-color: #EDCCDA;
}
.TagClassName
{
border-color: #EDCCDA;
}
</style>