Shades of Classic Rose #EED8E5
Tints of Classic Rose #EED8E5
RGB
CMYK
RGB Variations
Color information
#EED8E5 (or 0xEED8E5) is known color: Classic Rose. HEX triplet: EE, D8 and E5. RGB value is (238,216,229). Sum of RGB (Red+Green+Blue) = 238+216+229=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 216 (84.77% from 255 or 31.63% from 683); Blue value is 229 (89.84% from 255 or 33.53% from 683); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8E5 is #11271A. Grayscale: #E0E0E0. Windows color (decimal): -1124123 or 15063278. OLE color: 15063278.
HSL color Cylindrical-coordinate representation of color #EED8E5: hue angle of 324.55º degrees, saturation: 0.39, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EED8E5 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 229 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.07 |
| HSL | 324.55º | 0.39% | 0.89% | - |
| HSV(B) | 324.55º | 0.09% | 0.93% | - |
| XYZ | 73.96 | 72.95 | 84.31 | - |
| YUV | 224.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 229 | 0 | 0.09 | 0.04 | 0.07 | 324.55 | 0.39 | 0.89 |
| Hex | EE | D8 | E5 | 0 | 9 | 4 | 7 | 145 | 27 | 59 |
| Octal | 356 | 330 | 345 | 0 | 11 | 4 | 7 | 505 | 47 | 131 |
| Binary | 11101110 | 11011000 | 11100101 | 0 | 1001 | 100 | 111 | 101000101 | 100111 | 1011001 |
Color Harmonies of #EED8E5
Complementary color
Monochromatic Colors of #EED8E5
Black with #EED8E5
Text Example
Text Example
White with #EED8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED8E5; }
p { color: rgb(238,216,229); }
H1.HeaderClassName
{
color: #EED8E5;
}
.AnyTagClassName
{
color: #EED8E5;
}
</style>
background-color css
<style>
a { background-color: #EED8E5; }
a { background-color: rgb(238,216,229); }
div.DivClassName
{
background-color: #EED8E5;
}
.BgClassName
{
background-color: #EED8E5;
}
</style>
border-color css
<style>
span { border-color: #EED8E5; }
span { border-color: rgb(238,216,229); }
td.TdClassName
{
border-color: #EED8E5;
}
.TagClassName
{
border-color: #EED8E5;
}
</style>