Shades of Classic Rose #EED3E1
Tints of Classic Rose #EED3E1
RGB
CMYK
RGB Variations
Color information
#EED3E1 (or 0xEED3E1) is known color: Classic Rose. HEX triplet: EE, D3 and E1. RGB value is (238,211,225). Sum of RGB (Red+Green+Blue) = 238+211+225=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 211 (82.81% from 255 or 31.31% from 674); Blue value is 225 (88.28% from 255 or 33.38% from 674); Max value from RGB is 238 - color contains mainly: red. Hex color #EED3E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED3E1 is #112C1E. Grayscale: #DCDCDC. Windows color (decimal): -1125407 or 14799854. OLE color: 14799854.
HSL color Cylindrical-coordinate representation of color #EED3E1: hue angle of 328.89º 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 #EED3E1 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 225 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.07 |
| HSL | 328.89º | 0.44% | 0.88% | - |
| HSV(B) | 328.89º | 0.11% | 0.93% | - |
| XYZ | 72.14 | 70.2 | 80.98 | - |
| YUV | 220.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 225 | 0 | 0.11 | 0.05 | 0.07 | 328.89 | 0.44 | 0.88 |
| Hex | EE | D3 | E1 | 0 | B | 5 | 7 | 149 | 2C | 58 |
| Octal | 356 | 323 | 341 | 0 | 13 | 5 | 7 | 511 | 54 | 130 |
| Binary | 11101110 | 11010011 | 11100001 | 0 | 1011 | 101 | 111 | 101001001 | 101100 | 1011000 |
Color Harmonies of #EED3E1
Complementary color
Monochromatic Colors of #EED3E1
Black with #EED3E1
Text Example
Text Example
White with #EED3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED3E1; }
p { color: rgb(238,211,225); }
H1.HeaderClassName
{
color: #EED3E1;
}
.AnyTagClassName
{
color: #EED3E1;
}
</style>
background-color css
<style>
a { background-color: #EED3E1; }
a { background-color: rgb(238,211,225); }
div.DivClassName
{
background-color: #EED3E1;
}
.BgClassName
{
background-color: #EED3E1;
}
</style>
border-color css
<style>
span { border-color: #EED3E1; }
span { border-color: rgb(238,211,225); }
td.TdClassName
{
border-color: #EED3E1;
}
.TagClassName
{
border-color: #EED3E1;
}
</style>