Shades of Classic Rose #EED3DE
Tints of Classic Rose #EED3DE
RGB
CMYK
RGB Variations
Color information
#EED3DE (or 0xEED3DE) is known color: Classic Rose. HEX triplet: EE, D3 and DE. RGB value is (238,211,222). Sum of RGB (Red+Green+Blue) = 238+211+222=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 211 (82.81% from 255 or 31.45% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EED3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED3DE is #112C21. Grayscale: #DCDCDC. Windows color (decimal): -1125410 or 14603246. OLE color: 14603246.
HSL color Cylindrical-coordinate representation of color #EED3DE: hue angle of 335.56º degrees, saturation: 0.44, 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 #EED3DE is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 222 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.07 |
| HSL | 335.56º | 0.44% | 0.88% | - |
| HSV(B) | 335.56º | 0.11% | 0.93% | - |
| XYZ | 71.74 | 70.04 | 78.85 | - |
| YUV | 220.33 | 128.95 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 222 | 0 | 0.11 | 0.07 | 0.07 | 335.56 | 0.44 | 0.88 |
| Hex | EE | D3 | DE | 0 | B | 7 | 7 | 150 | 2C | 58 |
| Octal | 356 | 323 | 336 | 0 | 13 | 7 | 7 | 520 | 54 | 130 |
| Binary | 11101110 | 11010011 | 11011110 | 0 | 1011 | 111 | 111 | 101010000 | 101100 | 1011000 |
Color Harmonies of #EED3DE
Complementary color
Monochromatic Colors of #EED3DE
Black with #EED3DE
Text Example
Text Example
White with #EED3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED3DE; }
p { color: rgb(238,211,222); }
H1.HeaderClassName
{
color: #EED3DE;
}
.AnyTagClassName
{
color: #EED3DE;
}
</style>
background-color css
<style>
a { background-color: #EED3DE; }
a { background-color: rgb(238,211,222); }
div.DivClassName
{
background-color: #EED3DE;
}
.BgClassName
{
background-color: #EED3DE;
}
</style>
border-color css
<style>
span { border-color: #EED3DE; }
span { border-color: rgb(238,211,222); }
td.TdClassName
{
border-color: #EED3DE;
}
.TagClassName
{
border-color: #EED3DE;
}
</style>