Shades of Classic Rose #EDCCDB
Tints of Classic Rose #EDCCDB
RGB
CMYK
RGB Variations
Color information
#EDCCDB (or 0xEDCCDB) is known color: Classic Rose. HEX triplet: ED, CC and DB. RGB value is (237,204,219). Sum of RGB (Red+Green+Blue) = 237+204+219=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCDB is #123324. Grayscale: #D7D7D7. Windows color (decimal): -1192741 or 14404845. OLE color: 14404845.
HSL color Cylindrical-coordinate representation of color #EDCCDB: hue angle of 332.73º degrees, saturation: 0.48, 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 #EDCCDB is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 219 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.07 |
| HSL | 332.73º | 0.48% | 0.86% | - |
| HSV(B) | 332.73º | 0.14% | 0.93% | - |
| XYZ | 69.3 | 66.3 | 76.16 | - |
| YUV | 215.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 219 | 0 | 0.14 | 0.08 | 0.07 | 332.73 | 0.48 | 0.86 |
| Hex | ED | CC | DB | 0 | E | 8 | 7 | 14D | 30 | 56 |
| Octal | 355 | 314 | 333 | 0 | 16 | 10 | 7 | 515 | 60 | 126 |
| Binary | 11101101 | 11001100 | 11011011 | 0 | 1110 | 1000 | 111 | 101001101 | 110000 | 1010110 |
Color Harmonies of #EDCCDB
Complementary color
Monochromatic Colors of #EDCCDB
Black with #EDCCDB
Text Example
Text Example
White with #EDCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCCDB; }
p { color: rgb(237,204,219); }
H1.HeaderClassName
{
color: #EDCCDB;
}
.AnyTagClassName
{
color: #EDCCDB;
}
</style>
background-color css
<style>
a { background-color: #EDCCDB; }
a { background-color: rgb(237,204,219); }
div.DivClassName
{
background-color: #EDCCDB;
}
.BgClassName
{
background-color: #EDCCDB;
}
</style>
border-color css
<style>
span { border-color: #EDCCDB; }
span { border-color: rgb(237,204,219); }
td.TdClassName
{
border-color: #EDCCDB;
}
.TagClassName
{
border-color: #EDCCDB;
}
</style>