Shades of Classic Rose #EED0E5
Tints of Classic Rose #EED0E5
RGB
CMYK
RGB Variations
Color information
#EED0E5 (or 0xEED0E5) is known color: Classic Rose. HEX triplet: EE, D0 and E5. RGB value is (238,208,229). Sum of RGB (Red+Green+Blue) = 238+208+229=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 208 (81.64% from 255 or 30.81% from 675); Blue value is 229 (89.84% from 255 or 33.93% from 675); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0E5 is #112F1A. Grayscale: #DBDBDB. Windows color (decimal): -1126171 or 15061230. OLE color: 15061230.
HSL color Cylindrical-coordinate representation of color #EED0E5: hue angle of 318º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EED0E5 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 229 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.07 |
| HSL | 318º | 0.47% | 0.87% | - |
| HSV(B) | 318º | 0.13% | 0.93% | - |
| XYZ | 71.96 | 68.95 | 83.64 | - |
| YUV | 219.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 229 | 0 | 0.13 | 0.04 | 0.07 | 318 | 0.47 | 0.87 |
| Hex | EE | D0 | E5 | 0 | D | 4 | 7 | 13E | 2F | 57 |
| Octal | 356 | 320 | 345 | 0 | 15 | 4 | 7 | 476 | 57 | 127 |
| Binary | 11101110 | 11010000 | 11100101 | 0 | 1101 | 100 | 111 | 100111110 | 101111 | 1010111 |
Color Harmonies of #EED0E5
Complementary color
Monochromatic Colors of #EED0E5
Black with #EED0E5
Text Example
Text Example
White with #EED0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0E5; }
p { color: rgb(238,208,229); }
H1.HeaderClassName
{
color: #EED0E5;
}
.AnyTagClassName
{
color: #EED0E5;
}
</style>
background-color css
<style>
a { background-color: #EED0E5; }
a { background-color: rgb(238,208,229); }
div.DivClassName
{
background-color: #EED0E5;
}
.BgClassName
{
background-color: #EED0E5;
}
</style>
border-color css
<style>
span { border-color: #EED0E5; }
span { border-color: rgb(238,208,229); }
td.TdClassName
{
border-color: #EED0E5;
}
.TagClassName
{
border-color: #EED0E5;
}
</style>