Shades of Classic Rose #EDBBDB
Tints of Classic Rose #EDBBDB
RGB
CMYK
RGB Variations
Color information
#EDBBDB (or 0xEDBBDB) is known color: Classic Rose. HEX triplet: ED, BB and DB. RGB value is (237,187,219). Sum of RGB (Red+Green+Blue) = 237+187+219=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBDB is #124424. Grayscale: #CDCDCD. Windows color (decimal): -1197093 or 14400493. OLE color: 14400493.
HSL color Cylindrical-coordinate representation of color #EDBBDB: hue angle of 321.6º 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 #EDBBDB is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 219 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.07 |
| HSL | 321.6º | 0.58% | 0.83% | - |
| HSV(B) | 321.6º | 0.21% | 0.93% | - |
| XYZ | 65.48 | 58.66 | 74.89 | - |
| YUV | 205.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 219 | 0 | 0.21 | 0.08 | 0.07 | 321.6 | 0.58 | 0.83 |
| Hex | ED | BB | DB | 0 | 15 | 8 | 7 | 142 | 3A | 53 |
| Octal | 355 | 273 | 333 | 0 | 25 | 10 | 7 | 502 | 72 | 123 |
| Binary | 11101101 | 10111011 | 11011011 | 0 | 10101 | 1000 | 111 | 101000010 | 111010 | 1010011 |
Color Harmonies of #EDBBDB
Complementary color
Monochromatic Colors of #EDBBDB
Black with #EDBBDB
Text Example
Text Example
White with #EDBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBBDB; }
p { color: rgb(237,187,219); }
H1.HeaderClassName
{
color: #EDBBDB;
}
.AnyTagClassName
{
color: #EDBBDB;
}
</style>
background-color css
<style>
a { background-color: #EDBBDB; }
a { background-color: rgb(237,187,219); }
div.DivClassName
{
background-color: #EDBBDB;
}
.BgClassName
{
background-color: #EDBBDB;
}
</style>
border-color css
<style>
span { border-color: #EDBBDB; }
span { border-color: rgb(237,187,219); }
td.TdClassName
{
border-color: #EDBBDB;
}
.TagClassName
{
border-color: #EDBBDB;
}
</style>