Shades of Classic Rose #EDCBDB
Tints of Classic Rose #EDCBDB
RGB
CMYK
RGB Variations
Color information
#EDCBDB (or 0xEDCBDB) is known color: Classic Rose. HEX triplet: ED, CB and DB. RGB value is (237,203,219). Sum of RGB (Red+Green+Blue) = 237+203+219=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 203 (79.69% from 255 or 30.80% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBDB is #123424. Grayscale: #D6D6D6. Windows color (decimal): -1192997 or 14404589. OLE color: 14404589.
HSL color Cylindrical-coordinate representation of color #EDCBDB: hue angle of 331.76º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDCBDB is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 203 | 219 | - |
CMYK | 0 | 0.14 | 0.08 | 0.07 |
HSL | 331.76º | 0.49% | 0.86% | - |
HSV(B) | 331.76º | 0.14% | 0.93% | - |
XYZ | 69.07 | 65.83 | 76.08 | - |
YUV | 214.99 | 130.26 | 143.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 203 | 219 | 0 | 0.14 | 0.08 | 0.07 | 331.76 | 0.49 | 0.86 |
Hex | ED | CB | DB | 0 | E | 8 | 7 | 14C | 31 | 56 |
Octal | 355 | 313 | 333 | 0 | 16 | 10 | 7 | 514 | 61 | 126 |
Binary | 11101101 | 11001011 | 11011011 | 0 | 1110 | 1000 | 111 | 101001100 | 110001 | 1010110 |
Color Harmonies of #EDCBDB
Complementary color
Monochromatic Colors of #EDCBDB
Black with #EDCBDB
Text Example
Text Example
White with #EDCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCBDB; }
p { color: rgb(237,203,219); }
H1.HeaderClassName
{
color: #EDCBDB;
}
.AnyTagClassName
{
color: #EDCBDB;
}
</style>
background-color css
<style>
a { background-color: #EDCBDB; }
a { background-color: rgb(237,203,219); }
div.DivClassName
{
background-color: #EDCBDB;
}
.BgClassName
{
background-color: #EDCBDB;
}
</style>
border-color css
<style>
span { border-color: #EDCBDB; }
span { border-color: rgb(237,203,219); }
td.TdClassName
{
border-color: #EDCBDB;
}
.TagClassName
{
border-color: #EDCBDB;
}
</style>