Shades of Classic Rose #EDD0DE
Tints of Classic Rose #EDD0DE
RGB
CMYK
RGB Variations
Color information
#EDD0DE (or 0xEDD0DE) is known color: Classic Rose. HEX triplet: ED, D0 and DE. RGB value is (237,208,222). Sum of RGB (Red+Green+Blue) = 237+208+222=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 222 (87.11% from 255 or 33.28% from 667); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0DE is #122F21. Grayscale: #DADADA. Windows color (decimal): -1191714 or 14602477. OLE color: 14602477.
HSL color Cylindrical-coordinate representation of color #EDD0DE: hue angle of 331.03º 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 #EDD0DE is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 222 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.07 |
| HSL | 331.03º | 0.45% | 0.87% | - |
| HSV(B) | 331.03º | 0.12% | 0.93% | - |
| XYZ | 70.67 | 68.39 | 78.58 | - |
| YUV | 218.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 222 | 0 | 0.12 | 0.06 | 0.07 | 331.03 | 0.45 | 0.87 |
| Hex | ED | D0 | DE | 0 | C | 6 | 7 | 14B | 2D | 57 |
| Octal | 355 | 320 | 336 | 0 | 14 | 6 | 7 | 513 | 55 | 127 |
| Binary | 11101101 | 11010000 | 11011110 | 0 | 1100 | 110 | 111 | 101001011 | 101101 | 1010111 |
Color Harmonies of #EDD0DE
Complementary color
Monochromatic Colors of #EDD0DE
Black with #EDD0DE
Text Example
Text Example
White with #EDD0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD0DE; }
p { color: rgb(237,208,222); }
H1.HeaderClassName
{
color: #EDD0DE;
}
.AnyTagClassName
{
color: #EDD0DE;
}
</style>
background-color css
<style>
a { background-color: #EDD0DE; }
a { background-color: rgb(237,208,222); }
div.DivClassName
{
background-color: #EDD0DE;
}
.BgClassName
{
background-color: #EDD0DE;
}
</style>
border-color css
<style>
span { border-color: #EDD0DE; }
span { border-color: rgb(237,208,222); }
td.TdClassName
{
border-color: #EDD0DE;
}
.TagClassName
{
border-color: #EDD0DE;
}
</style>