Shades of Classic Rose #EDBCDA
Tints of Classic Rose #EDBCDA
RGB
CMYK
RGB Variations
Color information
#EDBCDA (or 0xEDBCDA) is known color: Classic Rose. HEX triplet: ED, BC and DA. RGB value is (237,188,218). Sum of RGB (Red+Green+Blue) = 237+188+218=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCDA is #124325. Grayscale: #CDCDCD. Windows color (decimal): -1196838 or 14335213. OLE color: 14335213.
HSL color Cylindrical-coordinate representation of color #EDBCDA: hue angle of 323.27º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDBCDA is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 218 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.07 |
| HSL | 323.27º | 0.58% | 0.83% | - |
| HSV(B) | 323.27º | 0.21% | 0.93% | - |
| XYZ | 65.56 | 59.03 | 74.27 | - |
| YUV | 206.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 218 | 0 | 0.21 | 0.08 | 0.07 | 323.27 | 0.58 | 0.83 |
| Hex | ED | BC | DA | 0 | 15 | 8 | 7 | 143 | 3A | 53 |
| Octal | 355 | 274 | 332 | 0 | 25 | 10 | 7 | 503 | 72 | 123 |
| Binary | 11101101 | 10111100 | 11011010 | 0 | 10101 | 1000 | 111 | 101000011 | 111010 | 1010011 |
Color Harmonies of #EDBCDA
Complementary color
Monochromatic Colors of #EDBCDA
Black with #EDBCDA
Text Example
Text Example
White with #EDBCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCDA; }
p { color: rgb(237,188,218); }
H1.HeaderClassName
{
color: #EDBCDA;
}
.AnyTagClassName
{
color: #EDBCDA;
}
</style>
background-color css
<style>
a { background-color: #EDBCDA; }
a { background-color: rgb(237,188,218); }
div.DivClassName
{
background-color: #EDBCDA;
}
.BgClassName
{
background-color: #EDBCDA;
}
</style>
border-color css
<style>
span { border-color: #EDBCDA; }
span { border-color: rgb(237,188,218); }
td.TdClassName
{
border-color: #EDBCDA;
}
.TagClassName
{
border-color: #EDBCDA;
}
</style>