Shades of Classic Rose #EDBCD8
Tints of Classic Rose #EDBCD8
RGB
CMYK
RGB Variations
Color information
#EDBCD8 (or 0xEDBCD8) is known color: Classic Rose. HEX triplet: ED, BC and D8. RGB value is (237,188,216). Sum of RGB (Red+Green+Blue) = 237+188+216=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 216 (84.77% from 255 or 33.70% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCD8 is #124327. Grayscale: #CDCDCD. Windows color (decimal): -1196840 or 14204141. OLE color: 14204141.
HSL color Cylindrical-coordinate representation of color #EDBCD8: hue angle of 325.71º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDBCD8 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 216 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.07 |
| HSL | 325.71º | 0.58% | 0.83% | - |
| HSV(B) | 325.71º | 0.21% | 0.93% | - |
| XYZ | 65.3 | 58.93 | 72.9 | - |
| YUV | 205.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 216 | 0 | 0.21 | 0.09 | 0.07 | 325.71 | 0.58 | 0.83 |
| Hex | ED | BC | D8 | 0 | 15 | 9 | 7 | 146 | 3A | 53 |
| Octal | 355 | 274 | 330 | 0 | 25 | 11 | 7 | 506 | 72 | 123 |
| Binary | 11101101 | 10111100 | 11011000 | 0 | 10101 | 1001 | 111 | 101000110 | 111010 | 1010011 |
Color Harmonies of #EDBCD8
Complementary color
Monochromatic Colors of #EDBCD8
Black with #EDBCD8
Text Example
Text Example
White with #EDBCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCD8; }
p { color: rgb(237,188,216); }
H1.HeaderClassName
{
color: #EDBCD8;
}
.AnyTagClassName
{
color: #EDBCD8;
}
</style>
background-color css
<style>
a { background-color: #EDBCD8; }
a { background-color: rgb(237,188,216); }
div.DivClassName
{
background-color: #EDBCD8;
}
.BgClassName
{
background-color: #EDBCD8;
}
</style>
border-color css
<style>
span { border-color: #EDBCD8; }
span { border-color: rgb(237,188,216); }
td.TdClassName
{
border-color: #EDBCD8;
}
.TagClassName
{
border-color: #EDBCD8;
}
</style>