Shades of Classic Rose #EDBDDB
Tints of Classic Rose #EDBDDB
RGB
CMYK
RGB Variations
Color information
#EDBDDB (or 0xEDBDDB) is known color: Classic Rose. HEX triplet: ED, BD and DB. RGB value is (237,189,219). Sum of RGB (Red+Green+Blue) = 237+189+219=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDDB is #124224. Grayscale: #CECECE. Windows color (decimal): -1196581 or 14401005. OLE color: 14401005.
HSL color Cylindrical-coordinate representation of color #EDBDDB: hue angle of 322.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBDDB is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 189 | 219 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.07 |
| HSL | 322.5º | 0.57% | 0.84% | - |
| HSV(B) | 322.5º | 0.2% | 0.93% | - |
| XYZ | 65.91 | 59.51 | 75.03 | - |
| YUV | 206.77 | 134.9 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 219 | 0 | 0.20 | 0.08 | 0.07 | 322.5 | 0.57 | 0.84 |
| Hex | ED | BD | DB | 0 | 14 | 8 | 7 | 142 | 39 | 54 |
| Octal | 355 | 275 | 333 | 0 | 24 | 10 | 7 | 502 | 71 | 124 |
| Binary | 11101101 | 10111101 | 11011011 | 0 | 10100 | 1000 | 111 | 101000010 | 111001 | 1010100 |
Color Harmonies of #EDBDDB
Complementary color
Monochromatic Colors of #EDBDDB
Black with #EDBDDB
Text Example
Text Example
White with #EDBDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBDDB; }
p { color: rgb(237,189,219); }
H1.HeaderClassName
{
color: #EDBDDB;
}
.AnyTagClassName
{
color: #EDBDDB;
}
</style>
background-color css
<style>
a { background-color: #EDBDDB; }
a { background-color: rgb(237,189,219); }
div.DivClassName
{
background-color: #EDBDDB;
}
.BgClassName
{
background-color: #EDBDDB;
}
</style>
border-color css
<style>
span { border-color: #EDBDDB; }
span { border-color: rgb(237,189,219); }
td.TdClassName
{
border-color: #EDBDDB;
}
.TagClassName
{
border-color: #EDBDDB;
}
</style>