Shades of Classic Rose #EDBDD5
Tints of Classic Rose #EDBDD5
RGB
CMYK
RGB Variations
Color information
#EDBDD5 (or 0xEDBDD5) is known color: Classic Rose. HEX triplet: ED, BD and D5. RGB value is (237,189,213). Sum of RGB (Red+Green+Blue) = 237+189+213=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDD5 is #12422A. Grayscale: #CECECE. Windows color (decimal): -1196587 or 14007789. OLE color: 14007789.
HSL color Cylindrical-coordinate representation of color #EDBDD5: hue angle of 330º 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 #EDBDD5 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 189 | 213 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.07 |
| HSL | 330º | 0.57% | 0.84% | - |
| HSV(B) | 330º | 0.2% | 0.93% | - |
| XYZ | 65.13 | 59.2 | 70.95 | - |
| YUV | 206.09 | 131.9 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 213 | 0 | 0.20 | 0.10 | 0.07 | 330 | 0.57 | 0.84 |
| Hex | ED | BD | D5 | 0 | 14 | A | 7 | 14A | 39 | 54 |
| Octal | 355 | 275 | 325 | 0 | 24 | 12 | 7 | 512 | 71 | 124 |
| Binary | 11101101 | 10111101 | 11010101 | 0 | 10100 | 1010 | 111 | 101001010 | 111001 | 1010100 |
Color Harmonies of #EDBDD5
Complementary color
Monochromatic Colors of #EDBDD5
Black with #EDBDD5
Text Example
Text Example
White with #EDBDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBDD5; }
p { color: rgb(237,189,213); }
H1.HeaderClassName
{
color: #EDBDD5;
}
.AnyTagClassName
{
color: #EDBDD5;
}
</style>
background-color css
<style>
a { background-color: #EDBDD5; }
a { background-color: rgb(237,189,213); }
div.DivClassName
{
background-color: #EDBDD5;
}
.BgClassName
{
background-color: #EDBDD5;
}
</style>
border-color css
<style>
span { border-color: #EDBDD5; }
span { border-color: rgb(237,189,213); }
td.TdClassName
{
border-color: #EDBDD5;
}
.TagClassName
{
border-color: #EDBDD5;
}
</style>