Shades of Classic Rose #EDD2DC
Tints of Classic Rose #EDD2DC
RGB
CMYK
RGB Variations
Color information
#EDD2DC (or 0xEDD2DC) is known color: Classic Rose. HEX triplet: ED, D2 and DC. RGB value is (237,210,220). Sum of RGB (Red+Green+Blue) = 237+210+220=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 210 (82.42% from 255 or 31.48% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD2DC is #122D23. Grayscale: #DBDBDB. Windows color (decimal): -1191204 or 14471917. OLE color: 14471917.
HSL color Cylindrical-coordinate representation of color #EDD2DC: hue angle of 337.78º degrees, saturation: 0.43, 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 #EDD2DC is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 220 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.07 |
| HSL | 337.78º | 0.43% | 0.88% | - |
| HSV(B) | 337.78º | 0.11% | 0.93% | - |
| XYZ | 70.89 | 69.27 | 77.34 | - |
| YUV | 219.21 | 128.45 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 220 | 0 | 0.11 | 0.07 | 0.07 | 337.78 | 0.43 | 0.88 |
| Hex | ED | D2 | DC | 0 | B | 7 | 7 | 152 | 2B | 58 |
| Octal | 355 | 322 | 334 | 0 | 13 | 7 | 7 | 522 | 53 | 130 |
| Binary | 11101101 | 11010010 | 11011100 | 0 | 1011 | 111 | 111 | 101010010 | 101011 | 1011000 |
Color Harmonies of #EDD2DC
Complementary color
Monochromatic Colors of #EDD2DC
Black with #EDD2DC
Text Example
Text Example
White with #EDD2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD2DC; }
p { color: rgb(237,210,220); }
H1.HeaderClassName
{
color: #EDD2DC;
}
.AnyTagClassName
{
color: #EDD2DC;
}
</style>
background-color css
<style>
a { background-color: #EDD2DC; }
a { background-color: rgb(237,210,220); }
div.DivClassName
{
background-color: #EDD2DC;
}
.BgClassName
{
background-color: #EDD2DC;
}
</style>
border-color css
<style>
span { border-color: #EDD2DC; }
span { border-color: rgb(237,210,220); }
td.TdClassName
{
border-color: #EDD2DC;
}
.TagClassName
{
border-color: #EDD2DC;
}
</style>