Shades of Classic Rose #EDD5DE
Tints of Classic Rose #EDD5DE
RGB
CMYK
RGB Variations
Color information
#EDD5DE (or 0xEDD5DE) is known color: Classic Rose. HEX triplet: ED, D5 and DE. RGB value is (237,213,222). Sum of RGB (Red+Green+Blue) = 237+213+222=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 213 (83.59% from 255 or 31.70% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD5DE is #122A21. Grayscale: #DDDDDD. Windows color (decimal): -1190434 or 14603757. OLE color: 14603757.
HSL color Cylindrical-coordinate representation of color #EDD5DE: hue angle of 337.5º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDD5DE is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 222 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.07 |
| HSL | 337.5º | 0.4% | 0.88% | - |
| HSV(B) | 337.5º | 0.1% | 0.93% | - |
| XYZ | 71.9 | 70.87 | 79 | - |
| YUV | 221.2 | 128.45 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 222 | 0 | 0.10 | 0.06 | 0.07 | 337.5 | 0.4 | 0.88 |
| Hex | ED | D5 | DE | 0 | A | 6 | 7 | 152 | 28 | 58 |
| Octal | 355 | 325 | 336 | 0 | 12 | 6 | 7 | 522 | 50 | 130 |
| Binary | 11101101 | 11010101 | 11011110 | 0 | 1010 | 110 | 111 | 101010010 | 101000 | 1011000 |
Color Harmonies of #EDD5DE
Complementary color
Monochromatic Colors of #EDD5DE
Black with #EDD5DE
Text Example
Text Example
White with #EDD5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD5DE; }
p { color: rgb(237,213,222); }
H1.HeaderClassName
{
color: #EDD5DE;
}
.AnyTagClassName
{
color: #EDD5DE;
}
</style>
background-color css
<style>
a { background-color: #EDD5DE; }
a { background-color: rgb(237,213,222); }
div.DivClassName
{
background-color: #EDD5DE;
}
.BgClassName
{
background-color: #EDD5DE;
}
</style>
border-color css
<style>
span { border-color: #EDD5DE; }
span { border-color: rgb(237,213,222); }
td.TdClassName
{
border-color: #EDD5DE;
}
.TagClassName
{
border-color: #EDD5DE;
}
</style>