Shades of Classic Rose #EDD3DE
Tints of Classic Rose #EDD3DE
RGB
CMYK
RGB Variations
Color information
#EDD3DE (or 0xEDD3DE) is known color: Classic Rose. HEX triplet: ED, D3 and DE. RGB value is (237,211,222). Sum of RGB (Red+Green+Blue) = 237+211+222=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 211 (82.81% from 255 or 31.49% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD3DE is #122C21. Grayscale: #DCDCDC. Windows color (decimal): -1190946 or 14603245. OLE color: 14603245.
HSL color Cylindrical-coordinate representation of color #EDD3DE: hue angle of 334.62º 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 #EDD3DE is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 222 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.07 |
| HSL | 334.62º | 0.42% | 0.88% | - |
| HSV(B) | 334.62º | 0.11% | 0.93% | - |
| XYZ | 71.4 | 69.87 | 78.83 | - |
| YUV | 220.03 | 129.11 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 222 | 0 | 0.11 | 0.06 | 0.07 | 334.62 | 0.42 | 0.88 |
| Hex | ED | D3 | DE | 0 | B | 6 | 7 | 14F | 2A | 58 |
| Octal | 355 | 323 | 336 | 0 | 13 | 6 | 7 | 517 | 52 | 130 |
| Binary | 11101101 | 11010011 | 11011110 | 0 | 1011 | 110 | 111 | 101001111 | 101010 | 1011000 |
Color Harmonies of #EDD3DE
Complementary color
Monochromatic Colors of #EDD3DE
Black with #EDD3DE
Text Example
Text Example
White with #EDD3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD3DE; }
p { color: rgb(237,211,222); }
H1.HeaderClassName
{
color: #EDD3DE;
}
.AnyTagClassName
{
color: #EDD3DE;
}
</style>
background-color css
<style>
a { background-color: #EDD3DE; }
a { background-color: rgb(237,211,222); }
div.DivClassName
{
background-color: #EDD3DE;
}
.BgClassName
{
background-color: #EDD3DE;
}
</style>
border-color css
<style>
span { border-color: #EDD3DE; }
span { border-color: rgb(237,211,222); }
td.TdClassName
{
border-color: #EDD3DE;
}
.TagClassName
{
border-color: #EDD3DE;
}
</style>