Shades of Classic Rose #EDD3DD
Tints of Classic Rose #EDD3DD
RGB
CMYK
RGB Variations
Color information
#EDD3DD (or 0xEDD3DD) is known color: Classic Rose. HEX triplet: ED, D3 and DD. RGB value is (237,211,221). Sum of RGB (Red+Green+Blue) = 237+211+221=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 211 (82.81% from 255 or 31.54% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD3DD is #122C22. Grayscale: #DBDBDB. Windows color (decimal): -1190947 or 14537709. OLE color: 14537709.
HSL color Cylindrical-coordinate representation of color #EDD3DD: hue angle of 336.92º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDD3DD is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 221 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.07 |
| HSL | 336.92º | 0.42% | 0.88% | - |
| HSV(B) | 336.92º | 0.11% | 0.93% | - |
| XYZ | 71.27 | 69.81 | 78.13 | - |
| YUV | 219.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 221 | 0 | 0.11 | 0.07 | 0.07 | 336.92 | 0.42 | 0.88 |
| Hex | ED | D3 | DD | 0 | B | 7 | 7 | 151 | 2A | 58 |
| Octal | 355 | 323 | 335 | 0 | 13 | 7 | 7 | 521 | 52 | 130 |
| Binary | 11101101 | 11010011 | 11011101 | 0 | 1011 | 111 | 111 | 101010001 | 101010 | 1011000 |
Color Harmonies of #EDD3DD
Complementary color
Monochromatic Colors of #EDD3DD
Black with #EDD3DD
Text Example
Text Example
White with #EDD3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD3DD; }
p { color: rgb(237,211,221); }
H1.HeaderClassName
{
color: #EDD3DD;
}
.AnyTagClassName
{
color: #EDD3DD;
}
</style>
background-color css
<style>
a { background-color: #EDD3DD; }
a { background-color: rgb(237,211,221); }
div.DivClassName
{
background-color: #EDD3DD;
}
.BgClassName
{
background-color: #EDD3DD;
}
</style>
border-color css
<style>
span { border-color: #EDD3DD; }
span { border-color: rgb(237,211,221); }
td.TdClassName
{
border-color: #EDD3DD;
}
.TagClassName
{
border-color: #EDD3DD;
}
</style>