Shades of Classic Rose #EDD0DD
Tints of Classic Rose #EDD0DD
RGB
CMYK
RGB Variations
Color information
#EDD0DD (or 0xEDD0DD) is known color: Classic Rose. HEX triplet: ED, D0 and DD. RGB value is (237,208,221). Sum of RGB (Red+Green+Blue) = 237+208+221=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 208 (81.64% from 255 or 31.23% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0DD is #122F22. Grayscale: #DADADA. Windows color (decimal): -1191715 or 14536941. OLE color: 14536941.
HSL color Cylindrical-coordinate representation of color #EDD0DD: hue angle of 333.1º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDD0DD is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 221 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.07 |
| HSL | 333.1º | 0.45% | 0.87% | - |
| HSV(B) | 333.1º | 0.12% | 0.93% | - |
| XYZ | 70.53 | 68.34 | 77.88 | - |
| YUV | 218.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 221 | 0 | 0.12 | 0.07 | 0.07 | 333.1 | 0.45 | 0.87 |
| Hex | ED | D0 | DD | 0 | C | 7 | 7 | 14D | 2D | 57 |
| Octal | 355 | 320 | 335 | 0 | 14 | 7 | 7 | 515 | 55 | 127 |
| Binary | 11101101 | 11010000 | 11011101 | 0 | 1100 | 111 | 111 | 101001101 | 101101 | 1010111 |
Color Harmonies of #EDD0DD
Complementary color
Monochromatic Colors of #EDD0DD
Black with #EDD0DD
Text Example
Text Example
White with #EDD0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD0DD; }
p { color: rgb(237,208,221); }
H1.HeaderClassName
{
color: #EDD0DD;
}
.AnyTagClassName
{
color: #EDD0DD;
}
</style>
background-color css
<style>
a { background-color: #EDD0DD; }
a { background-color: rgb(237,208,221); }
div.DivClassName
{
background-color: #EDD0DD;
}
.BgClassName
{
background-color: #EDD0DD;
}
</style>
border-color css
<style>
span { border-color: #EDD0DD; }
span { border-color: rgb(237,208,221); }
td.TdClassName
{
border-color: #EDD0DD;
}
.TagClassName
{
border-color: #EDD0DD;
}
</style>