Shades of Classic Rose #EDB9D9
Tints of Classic Rose #EDB9D9
RGB
CMYK
RGB Variations
Color information
#EDB9D9 (or 0xEDB9D9) is known color: Classic Rose. HEX triplet: ED, B9 and D9. RGB value is (237,185,217). Sum of RGB (Red+Green+Blue) = 237+185+217=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 185 (72.66% from 255 or 28.95% from 639); Blue value is 217 (85.16% from 255 or 33.96% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB9D9 is #124626. Grayscale: #CCCCCC. Windows color (decimal): -1197607 or 14268909. OLE color: 14268909.
HSL color Cylindrical-coordinate representation of color #EDB9D9: hue angle of 323.08º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDB9D9 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 217 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.07 |
| HSL | 323.08º | 0.59% | 0.83% | - |
| HSV(B) | 323.08º | 0.22% | 0.93% | - |
| XYZ | 64.8 | 57.71 | 73.37 | - |
| YUV | 204.2 | 135.23 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 217 | 0 | 0.22 | 0.08 | 0.07 | 323.08 | 0.59 | 0.83 |
| Hex | ED | B9 | D9 | 0 | 16 | 8 | 7 | 143 | 3B | 53 |
| Octal | 355 | 271 | 331 | 0 | 26 | 10 | 7 | 503 | 73 | 123 |
| Binary | 11101101 | 10111001 | 11011001 | 0 | 10110 | 1000 | 111 | 101000011 | 111011 | 1010011 |
Color Harmonies of #EDB9D9
Complementary color
Monochromatic Colors of #EDB9D9
Black with #EDB9D9
Text Example
Text Example
White with #EDB9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB9D9; }
p { color: rgb(237,185,217); }
H1.HeaderClassName
{
color: #EDB9D9;
}
.AnyTagClassName
{
color: #EDB9D9;
}
</style>
background-color css
<style>
a { background-color: #EDB9D9; }
a { background-color: rgb(237,185,217); }
div.DivClassName
{
background-color: #EDB9D9;
}
.BgClassName
{
background-color: #EDB9D9;
}
</style>
border-color css
<style>
span { border-color: #EDB9D9; }
span { border-color: rgb(237,185,217); }
td.TdClassName
{
border-color: #EDB9D9;
}
.TagClassName
{
border-color: #EDB9D9;
}
</style>