Shades of Classic Rose #EDBCD9
Tints of Classic Rose #EDBCD9
RGB
CMYK
RGB Variations
Color information
#EDBCD9 (or 0xEDBCD9) is known color: Classic Rose. HEX triplet: ED, BC and D9. RGB value is (237,188,217). Sum of RGB (Red+Green+Blue) = 237+188+217=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 188 (73.83% from 255 or 29.28% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCD9 is #124326. Grayscale: #CDCDCD. Windows color (decimal): -1196839 or 14269677. OLE color: 14269677.
HSL color Cylindrical-coordinate representation of color #EDBCD9: hue angle of 324.49º 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 #EDBCD9 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 217 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.07 |
| HSL | 324.49º | 0.58% | 0.83% | - |
| HSV(B) | 324.49º | 0.21% | 0.93% | - |
| XYZ | 65.43 | 58.98 | 73.58 | - |
| YUV | 205.96 | 134.23 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 217 | 0 | 0.21 | 0.08 | 0.07 | 324.49 | 0.58 | 0.83 |
| Hex | ED | BC | D9 | 0 | 15 | 8 | 7 | 144 | 3A | 53 |
| Octal | 355 | 274 | 331 | 0 | 25 | 10 | 7 | 504 | 72 | 123 |
| Binary | 11101101 | 10111100 | 11011001 | 0 | 10101 | 1000 | 111 | 101000100 | 111010 | 1010011 |
Color Harmonies of #EDBCD9
Complementary color
Monochromatic Colors of #EDBCD9
Black with #EDBCD9
Text Example
Text Example
White with #EDBCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCD9; }
p { color: rgb(237,188,217); }
H1.HeaderClassName
{
color: #EDBCD9;
}
.AnyTagClassName
{
color: #EDBCD9;
}
</style>
background-color css
<style>
a { background-color: #EDBCD9; }
a { background-color: rgb(237,188,217); }
div.DivClassName
{
background-color: #EDBCD9;
}
.BgClassName
{
background-color: #EDBCD9;
}
</style>
border-color css
<style>
span { border-color: #EDBCD9; }
span { border-color: rgb(237,188,217); }
td.TdClassName
{
border-color: #EDBCD9;
}
.TagClassName
{
border-color: #EDBCD9;
}
</style>