Shades of Classic Rose #EEDAE8
Tints of Classic Rose #EEDAE8
RGB
CMYK
RGB Variations
Color information
#EEDAE8 (or 0xEEDAE8) is known color: Classic Rose. HEX triplet: EE, DA and E8. RGB value is (238,218,232). Sum of RGB (Red+Green+Blue) = 238+218+232=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 232 (91.02% from 255 or 33.72% from 688); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAE8 is #112517. Grayscale: #E1E1E1. Windows color (decimal): -1123608 or 15260398. OLE color: 15260398.
HSL color Cylindrical-coordinate representation of color #EEDAE8: hue angle of 318º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDAE8 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 232 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.07 |
| HSL | 318º | 0.37% | 0.89% | - |
| HSV(B) | 318º | 0.08% | 0.93% | - |
| XYZ | 74.9 | 74.15 | 86.71 | - |
| YUV | 225.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 232 | 0 | 0.08 | 0.03 | 0.07 | 318 | 0.37 | 0.89 |
| Hex | EE | DA | E8 | 0 | 8 | 3 | 7 | 13E | 25 | 59 |
| Octal | 356 | 332 | 350 | 0 | 10 | 3 | 7 | 476 | 45 | 131 |
| Binary | 11101110 | 11011010 | 11101000 | 0 | 1000 | 11 | 111 | 100111110 | 100101 | 1011001 |
Color Harmonies of #EEDAE8
Complementary color
Monochromatic Colors of #EEDAE8
Black with #EEDAE8
Text Example
Text Example
White with #EEDAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAE8; }
p { color: rgb(238,218,232); }
H1.HeaderClassName
{
color: #EEDAE8;
}
.AnyTagClassName
{
color: #EEDAE8;
}
</style>
background-color css
<style>
a { background-color: #EEDAE8; }
a { background-color: rgb(238,218,232); }
div.DivClassName
{
background-color: #EEDAE8;
}
.BgClassName
{
background-color: #EEDAE8;
}
</style>
border-color css
<style>
span { border-color: #EEDAE8; }
span { border-color: rgb(238,218,232); }
td.TdClassName
{
border-color: #EEDAE8;
}
.TagClassName
{
border-color: #EEDAE8;
}
</style>