Shades of Classic Rose #EDBDD8
Tints of Classic Rose #EDBDD8
RGB
CMYK
RGB Variations
Color information
#EDBDD8 (or 0xEDBDD8) is known color: Classic Rose. HEX triplet: ED, BD and D8. RGB value is (237,189,216). Sum of RGB (Red+Green+Blue) = 237+189+216=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 216 (84.77% from 255 or 33.64% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDD8 is #124227. Grayscale: #CECECE. Windows color (decimal): -1196584 or 14204397. OLE color: 14204397.
HSL color Cylindrical-coordinate representation of color #EDBDD8: hue angle of 326.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBDD8 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 189 | 216 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.07 |
| HSL | 326.25º | 0.57% | 0.84% | - |
| HSV(B) | 326.25º | 0.2% | 0.93% | - |
| XYZ | 65.52 | 59.36 | 72.97 | - |
| YUV | 206.43 | 133.4 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 216 | 0 | 0.20 | 0.09 | 0.07 | 326.25 | 0.57 | 0.84 |
| Hex | ED | BD | D8 | 0 | 14 | 9 | 7 | 146 | 39 | 54 |
| Octal | 355 | 275 | 330 | 0 | 24 | 11 | 7 | 506 | 71 | 124 |
| Binary | 11101101 | 10111101 | 11011000 | 0 | 10100 | 1001 | 111 | 101000110 | 111001 | 1010100 |
Color Harmonies of #EDBDD8
Complementary color
Monochromatic Colors of #EDBDD8
Black with #EDBDD8
Text Example
Text Example
White with #EDBDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBDD8; }
p { color: rgb(237,189,216); }
H1.HeaderClassName
{
color: #EDBDD8;
}
.AnyTagClassName
{
color: #EDBDD8;
}
</style>
background-color css
<style>
a { background-color: #EDBDD8; }
a { background-color: rgb(237,189,216); }
div.DivClassName
{
background-color: #EDBDD8;
}
.BgClassName
{
background-color: #EDBDD8;
}
</style>
border-color css
<style>
span { border-color: #EDBDD8; }
span { border-color: rgb(237,189,216); }
td.TdClassName
{
border-color: #EDBDD8;
}
.TagClassName
{
border-color: #EDBDD8;
}
</style>