Shades of Classic Rose #EDD4DE
Tints of Classic Rose #EDD4DE
RGB
CMYK
RGB Variations
Color information
#EDD4DE (or 0xEDD4DE) is known color: Classic Rose. HEX triplet: ED, D4 and DE. RGB value is (237,212,222). Sum of RGB (Red+Green+Blue) = 237+212+222=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 212 (83.20% from 255 or 31.59% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD4DE is #122B21. Grayscale: #DCDCDC. Windows color (decimal): -1190690 or 14603501. OLE color: 14603501.
HSL color Cylindrical-coordinate representation of color #EDD4DE: hue angle of 336º degrees, saturation: 0.41, 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 #EDD4DE is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 222 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.07 |
| HSL | 336º | 0.41% | 0.88% | - |
| HSV(B) | 336º | 0.11% | 0.93% | - |
| XYZ | 71.65 | 70.37 | 78.91 | - |
| YUV | 220.62 | 128.78 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 222 | 0 | 0.11 | 0.06 | 0.07 | 336 | 0.41 | 0.88 |
| Hex | ED | D4 | DE | 0 | B | 6 | 7 | 150 | 29 | 58 |
| Octal | 355 | 324 | 336 | 0 | 13 | 6 | 7 | 520 | 51 | 130 |
| Binary | 11101101 | 11010100 | 11011110 | 0 | 1011 | 110 | 111 | 101010000 | 101001 | 1011000 |
Color Harmonies of #EDD4DE
Complementary color
Monochromatic Colors of #EDD4DE
Black with #EDD4DE
Text Example
Text Example
White with #EDD4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD4DE; }
p { color: rgb(237,212,222); }
H1.HeaderClassName
{
color: #EDD4DE;
}
.AnyTagClassName
{
color: #EDD4DE;
}
</style>
background-color css
<style>
a { background-color: #EDD4DE; }
a { background-color: rgb(237,212,222); }
div.DivClassName
{
background-color: #EDD4DE;
}
.BgClassName
{
background-color: #EDD4DE;
}
</style>
border-color css
<style>
span { border-color: #EDD4DE; }
span { border-color: rgb(237,212,222); }
td.TdClassName
{
border-color: #EDD4DE;
}
.TagClassName
{
border-color: #EDD4DE;
}
</style>