Shades of Classic Rose #EDBCDB
Tints of Classic Rose #EDBCDB
RGB
CMYK
RGB Variations
Color information
#EDBCDB (or 0xEDBCDB) is known color: Classic Rose. HEX triplet: ED, BC and DB. RGB value is (237,188,219). Sum of RGB (Red+Green+Blue) = 237+188+219=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCDB is #124324. Grayscale: #CECECE. Windows color (decimal): -1196837 or 14400749. OLE color: 14400749.
HSL color Cylindrical-coordinate representation of color #EDBCDB: hue angle of 322.04º 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 #EDBCDB is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 188 | 219 | - |
CMYK | 0 | 0.21 | 0.08 | 0.07 |
HSL | 322.04º | 0.58% | 0.83% | - |
HSV(B) | 322.04º | 0.21% | 0.93% | - |
XYZ | 65.69 | 59.09 | 74.96 | - |
YUV | 206.19 | 135.23 | 149.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 188 | 219 | 0 | 0.21 | 0.08 | 0.07 | 322.04 | 0.58 | 0.83 |
Hex | ED | BC | DB | 0 | 15 | 8 | 7 | 142 | 3A | 53 |
Octal | 355 | 274 | 333 | 0 | 25 | 10 | 7 | 502 | 72 | 123 |
Binary | 11101101 | 10111100 | 11011011 | 0 | 10101 | 1000 | 111 | 101000010 | 111010 | 1010011 |
Color Harmonies of #EDBCDB
Complementary color
Monochromatic Colors of #EDBCDB
Black with #EDBCDB
Text Example
Text Example
White with #EDBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCDB; }
p { color: rgb(237,188,219); }
H1.HeaderClassName
{
color: #EDBCDB;
}
.AnyTagClassName
{
color: #EDBCDB;
}
</style>
background-color css
<style>
a { background-color: #EDBCDB; }
a { background-color: rgb(237,188,219); }
div.DivClassName
{
background-color: #EDBCDB;
}
.BgClassName
{
background-color: #EDBCDB;
}
</style>
border-color css
<style>
span { border-color: #EDBCDB; }
span { border-color: rgb(237,188,219); }
td.TdClassName
{
border-color: #EDBCDB;
}
.TagClassName
{
border-color: #EDBCDB;
}
</style>