Shades of Classic Rose #EDBCD7
Tints of Classic Rose #EDBCD7
RGB
CMYK
RGB Variations
Color information
#EDBCD7 (or 0xEDBCD7) is known color: Classic Rose. HEX triplet: ED, BC and D7. RGB value is (237,188,215). Sum of RGB (Red+Green+Blue) = 237+188+215=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 188 (73.83% from 255 or 29.38% from 640); Blue value is 215 (84.38% from 255 or 33.59% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCD7 is #124328. Grayscale: #CDCDCD. Windows color (decimal): -1196841 or 14138605. OLE color: 14138605.
HSL color Cylindrical-coordinate representation of color #EDBCD7: hue angle of 326.94º 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 #EDBCD7 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 215 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.07 |
| HSL | 326.94º | 0.58% | 0.83% | - |
| HSV(B) | 326.94º | 0.21% | 0.93% | - |
| XYZ | 65.17 | 58.88 | 72.22 | - |
| YUV | 205.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 215 | 0 | 0.21 | 0.09 | 0.07 | 326.94 | 0.58 | 0.83 |
| Hex | ED | BC | D7 | 0 | 15 | 9 | 7 | 147 | 3A | 53 |
| Octal | 355 | 274 | 327 | 0 | 25 | 11 | 7 | 507 | 72 | 123 |
| Binary | 11101101 | 10111100 | 11010111 | 0 | 10101 | 1001 | 111 | 101000111 | 111010 | 1010011 |
Color Harmonies of #EDBCD7
Complementary color
Monochromatic Colors of #EDBCD7
Black with #EDBCD7
Text Example
Text Example
White with #EDBCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCD7; }
p { color: rgb(237,188,215); }
H1.HeaderClassName
{
color: #EDBCD7;
}
.AnyTagClassName
{
color: #EDBCD7;
}
</style>
background-color css
<style>
a { background-color: #EDBCD7; }
a { background-color: rgb(237,188,215); }
div.DivClassName
{
background-color: #EDBCD7;
}
.BgClassName
{
background-color: #EDBCD7;
}
</style>
border-color css
<style>
span { border-color: #EDBCD7; }
span { border-color: rgb(237,188,215); }
td.TdClassName
{
border-color: #EDBCD7;
}
.TagClassName
{
border-color: #EDBCD7;
}
</style>