Shades of Classic Rose #EDCBDD
Tints of Classic Rose #EDCBDD
RGB
CMYK
RGB Variations
Color information
#EDCBDD (or 0xEDCBDD) is known color: Classic Rose. HEX triplet: ED, CB and DD. RGB value is (237,203,221). Sum of RGB (Red+Green+Blue) = 237+203+221=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 203 (79.69% from 255 or 30.71% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBDD is #123422. Grayscale: #D7D7D7. Windows color (decimal): -1192995 or 14535661. OLE color: 14535661.
HSL color Cylindrical-coordinate representation of color #EDCBDD: hue angle of 328.24º 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 #EDCBDD is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 203 | 221 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.07 |
| HSL | 328.24º | 0.49% | 0.86% | - |
| HSV(B) | 328.24º | 0.14% | 0.93% | - |
| XYZ | 69.33 | 65.94 | 77.48 | - |
| YUV | 215.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 221 | 0 | 0.14 | 0.07 | 0.07 | 328.24 | 0.49 | 0.86 |
| Hex | ED | CB | DD | 0 | E | 7 | 7 | 148 | 31 | 56 |
| Octal | 355 | 313 | 335 | 0 | 16 | 7 | 7 | 510 | 61 | 126 |
| Binary | 11101101 | 11001011 | 11011101 | 0 | 1110 | 111 | 111 | 101001000 | 110001 | 1010110 |
Color Harmonies of #EDCBDD
Complementary color
Monochromatic Colors of #EDCBDD
Black with #EDCBDD
Text Example
Text Example
White with #EDCBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCBDD; }
p { color: rgb(237,203,221); }
H1.HeaderClassName
{
color: #EDCBDD;
}
.AnyTagClassName
{
color: #EDCBDD;
}
</style>
background-color css
<style>
a { background-color: #EDCBDD; }
a { background-color: rgb(237,203,221); }
div.DivClassName
{
background-color: #EDCBDD;
}
.BgClassName
{
background-color: #EDCBDD;
}
</style>
border-color css
<style>
span { border-color: #EDCBDD; }
span { border-color: rgb(237,203,221); }
td.TdClassName
{
border-color: #EDCBDD;
}
.TagClassName
{
border-color: #EDCBDD;
}
</style>