Shades of Classic Rose #EDBEDB
Tints of Classic Rose #EDBEDB
RGB
CMYK
RGB Variations
Color information
#EDBEDB (or 0xEDBEDB) is known color: Classic Rose. HEX triplet: ED, BE and DB. RGB value is (237,190,219). Sum of RGB (Red+Green+Blue) = 237+190+219=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 190 (74.61% from 255 or 29.41% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBEDB is #124124. Grayscale: #CFCFCF. Windows color (decimal): -1196325 or 14401261. OLE color: 14401261.
HSL color Cylindrical-coordinate representation of color #EDBEDB: hue angle of 322.98º 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 #EDBEDB is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 190 | 219 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.07 |
| HSL | 322.98º | 0.57% | 0.84% | - |
| HSV(B) | 322.98º | 0.2% | 0.93% | - |
| XYZ | 66.12 | 59.95 | 75.1 | - |
| YUV | 207.36 | 134.57 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 190 | 219 | 0 | 0.20 | 0.08 | 0.07 | 322.98 | 0.57 | 0.84 |
| Hex | ED | BE | DB | 0 | 14 | 8 | 7 | 143 | 39 | 54 |
| Octal | 355 | 276 | 333 | 0 | 24 | 10 | 7 | 503 | 71 | 124 |
| Binary | 11101101 | 10111110 | 11011011 | 0 | 10100 | 1000 | 111 | 101000011 | 111001 | 1010100 |
Color Harmonies of #EDBEDB
Complementary color
Monochromatic Colors of #EDBEDB
Black with #EDBEDB
Text Example
Text Example
White with #EDBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBEDB; }
p { color: rgb(237,190,219); }
H1.HeaderClassName
{
color: #EDBEDB;
}
.AnyTagClassName
{
color: #EDBEDB;
}
</style>
background-color css
<style>
a { background-color: #EDBEDB; }
a { background-color: rgb(237,190,219); }
div.DivClassName
{
background-color: #EDBEDB;
}
.BgClassName
{
background-color: #EDBEDB;
}
</style>
border-color css
<style>
span { border-color: #EDBEDB; }
span { border-color: rgb(237,190,219); }
td.TdClassName
{
border-color: #EDBEDB;
}
.TagClassName
{
border-color: #EDBEDB;
}
</style>