Shades of Classic Rose #EDCBDE
Tints of Classic Rose #EDCBDE
RGB
CMYK
RGB Variations
Color information
#EDCBDE (or 0xEDCBDE) is known color: Classic Rose. HEX triplet: ED, CB and DE. RGB value is (237,203,222). Sum of RGB (Red+Green+Blue) = 237+203+222=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBDE is #123421. Grayscale: #D7D7D7. Windows color (decimal): -1192994 or 14601197. OLE color: 14601197.
HSL color Cylindrical-coordinate representation of color #EDCBDE: hue angle of 326.47º 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 #EDCBDE is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 203 | 222 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.07 |
| HSL | 326.47º | 0.49% | 0.86% | - |
| HSV(B) | 326.47º | 0.14% | 0.93% | - |
| XYZ | 69.47 | 65.99 | 78.18 | - |
| YUV | 215.33 | 131.76 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 222 | 0 | 0.14 | 0.06 | 0.07 | 326.47 | 0.49 | 0.86 |
| Hex | ED | CB | DE | 0 | E | 6 | 7 | 146 | 31 | 56 |
| Octal | 355 | 313 | 336 | 0 | 16 | 6 | 7 | 506 | 61 | 126 |
| Binary | 11101101 | 11001011 | 11011110 | 0 | 1110 | 110 | 111 | 101000110 | 110001 | 1010110 |
Color Harmonies of #EDCBDE
Complementary color
Monochromatic Colors of #EDCBDE
Black with #EDCBDE
Text Example
Text Example
White with #EDCBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCBDE; }
p { color: rgb(237,203,222); }
H1.HeaderClassName
{
color: #EDCBDE;
}
.AnyTagClassName
{
color: #EDCBDE;
}
</style>
background-color css
<style>
a { background-color: #EDCBDE; }
a { background-color: rgb(237,203,222); }
div.DivClassName
{
background-color: #EDCBDE;
}
.BgClassName
{
background-color: #EDCBDE;
}
</style>
border-color css
<style>
span { border-color: #EDCBDE; }
span { border-color: rgb(237,203,222); }
td.TdClassName
{
border-color: #EDCBDE;
}
.TagClassName
{
border-color: #EDCBDE;
}
</style>