Shades of Classic Rose #EDBADB
Tints of Classic Rose #EDBADB
RGB
CMYK
RGB Variations
Color information
#EDBADB (or 0xEDBADB) is known color: Classic Rose. HEX triplet: ED, BA and DB. RGB value is (237,186,219). Sum of RGB (Red+Green+Blue) = 237+186+219=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBADB is #124524. Grayscale: #CCCCCC. Windows color (decimal): -1197349 or 14400237. OLE color: 14400237.
HSL color Cylindrical-coordinate representation of color #EDBADB: hue angle of 321.18º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDBADB is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 219 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.07 |
| HSL | 321.18º | 0.59% | 0.83% | - |
| HSV(B) | 321.18º | 0.22% | 0.93% | - |
| XYZ | 65.27 | 58.24 | 74.82 | - |
| YUV | 205.01 | 135.9 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 219 | 0 | 0.22 | 0.08 | 0.07 | 321.18 | 0.59 | 0.83 |
| Hex | ED | BA | DB | 0 | 16 | 8 | 7 | 141 | 3B | 53 |
| Octal | 355 | 272 | 333 | 0 | 26 | 10 | 7 | 501 | 73 | 123 |
| Binary | 11101101 | 10111010 | 11011011 | 0 | 10110 | 1000 | 111 | 101000001 | 111011 | 1010011 |
Color Harmonies of #EDBADB
Complementary color
Monochromatic Colors of #EDBADB
Black with #EDBADB
Text Example
Text Example
White with #EDBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBADB; }
p { color: rgb(237,186,219); }
H1.HeaderClassName
{
color: #EDBADB;
}
.AnyTagClassName
{
color: #EDBADB;
}
</style>
background-color css
<style>
a { background-color: #EDBADB; }
a { background-color: rgb(237,186,219); }
div.DivClassName
{
background-color: #EDBADB;
}
.BgClassName
{
background-color: #EDBADB;
}
</style>
border-color css
<style>
span { border-color: #EDBADB; }
span { border-color: rgb(237,186,219); }
td.TdClassName
{
border-color: #EDBADB;
}
.TagClassName
{
border-color: #EDBADB;
}
</style>