Shades of Classic Rose #EED4DE
Tints of Classic Rose #EED4DE
RGB
CMYK
RGB Variations
Color information
#EED4DE (or 0xEED4DE) is known color: Classic Rose. HEX triplet: EE, D4 and DE. RGB value is (238,212,222). Sum of RGB (Red+Green+Blue) = 238+212+222=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 212 (83.20% from 255 or 31.55% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED4DE is #112B21. Grayscale: #DCDCDC. Windows color (decimal): -1125154 or 14603502. OLE color: 14603502.
HSL color Cylindrical-coordinate representation of color #EED4DE: hue angle of 336.92º 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 #EED4DE is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 222 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.07 |
| HSL | 336.92º | 0.43% | 0.88% | - |
| HSV(B) | 336.92º | 0.11% | 0.93% | - |
| XYZ | 71.99 | 70.54 | 78.93 | - |
| YUV | 220.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 222 | 0 | 0.11 | 0.07 | 0.07 | 336.92 | 0.43 | 0.88 |
| Hex | EE | D4 | DE | 0 | B | 7 | 7 | 151 | 2B | 58 |
| Octal | 356 | 324 | 336 | 0 | 13 | 7 | 7 | 521 | 53 | 130 |
| Binary | 11101110 | 11010100 | 11011110 | 0 | 1011 | 111 | 111 | 101010001 | 101011 | 1011000 |
Color Harmonies of #EED4DE
Complementary color
Monochromatic Colors of #EED4DE
Black with #EED4DE
Text Example
Text Example
White with #EED4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED4DE; }
p { color: rgb(238,212,222); }
H1.HeaderClassName
{
color: #EED4DE;
}
.AnyTagClassName
{
color: #EED4DE;
}
</style>
background-color css
<style>
a { background-color: #EED4DE; }
a { background-color: rgb(238,212,222); }
div.DivClassName
{
background-color: #EED4DE;
}
.BgClassName
{
background-color: #EED4DE;
}
</style>
border-color css
<style>
span { border-color: #EED4DE; }
span { border-color: rgb(238,212,222); }
td.TdClassName
{
border-color: #EED4DE;
}
.TagClassName
{
border-color: #EED4DE;
}
</style>