Shades of Classic Rose #EDBBD8
Tints of Classic Rose #EDBBD8
RGB
CMYK
RGB Variations
Color information
#EDBBD8 (or 0xEDBBD8) is known color: Classic Rose. HEX triplet: ED, BB and D8. RGB value is (237,187,216). Sum of RGB (Red+Green+Blue) = 237+187+216=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 216 (84.77% from 255 or 33.75% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBD8 is #124427. Grayscale: #CDCDCD. Windows color (decimal): -1197096 or 14203885. OLE color: 14203885.
HSL color Cylindrical-coordinate representation of color #EDBBD8: hue angle of 325.2º 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 #EDBBD8 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 216 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.07 |
| HSL | 325.2º | 0.58% | 0.83% | - |
| HSV(B) | 325.2º | 0.21% | 0.93% | - |
| XYZ | 65.09 | 58.5 | 72.83 | - |
| YUV | 205.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 216 | 0 | 0.21 | 0.09 | 0.07 | 325.2 | 0.58 | 0.83 |
| Hex | ED | BB | D8 | 0 | 15 | 9 | 7 | 145 | 3A | 53 |
| Octal | 355 | 273 | 330 | 0 | 25 | 11 | 7 | 505 | 72 | 123 |
| Binary | 11101101 | 10111011 | 11011000 | 0 | 10101 | 1001 | 111 | 101000101 | 111010 | 1010011 |
Color Harmonies of #EDBBD8
Complementary color
Monochromatic Colors of #EDBBD8
Black with #EDBBD8
Text Example
Text Example
White with #EDBBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBBD8; }
p { color: rgb(237,187,216); }
H1.HeaderClassName
{
color: #EDBBD8;
}
.AnyTagClassName
{
color: #EDBBD8;
}
</style>
background-color css
<style>
a { background-color: #EDBBD8; }
a { background-color: rgb(237,187,216); }
div.DivClassName
{
background-color: #EDBBD8;
}
.BgClassName
{
background-color: #EDBBD8;
}
</style>
border-color css
<style>
span { border-color: #EDBBD8; }
span { border-color: rgb(237,187,216); }
td.TdClassName
{
border-color: #EDBBD8;
}
.TagClassName
{
border-color: #EDBBD8;
}
</style>