Shades of Classic Rose #EED8E4
Tints of Classic Rose #EED8E4
RGB
CMYK
RGB Variations
Color information
#EED8E4 (or 0xEED8E4) is known color: Classic Rose. HEX triplet: EE, D8 and E4. RGB value is (238,216,228). Sum of RGB (Red+Green+Blue) = 238+216+228=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 216 (84.77% from 255 or 31.67% from 682); Blue value is 228 (89.45% from 255 or 33.43% from 682); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8E4 is #11271B. Grayscale: #DFDFDF. Windows color (decimal): -1124124 or 14997742. OLE color: 14997742.
HSL color Cylindrical-coordinate representation of color #EED8E4: hue angle of 327.27º 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 #EED8E4 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 228 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.07 |
| HSL | 327.27º | 0.39% | 0.89% | - |
| HSV(B) | 327.27º | 0.09% | 0.93% | - |
| XYZ | 73.82 | 72.89 | 83.58 | - |
| YUV | 223.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 228 | 0 | 0.09 | 0.04 | 0.07 | 327.27 | 0.39 | 0.89 |
| Hex | EE | D8 | E4 | 0 | 9 | 4 | 7 | 147 | 27 | 59 |
| Octal | 356 | 330 | 344 | 0 | 11 | 4 | 7 | 507 | 47 | 131 |
| Binary | 11101110 | 11011000 | 11100100 | 0 | 1001 | 100 | 111 | 101000111 | 100111 | 1011001 |
Color Harmonies of #EED8E4
Complementary color
Monochromatic Colors of #EED8E4
Black with #EED8E4
Text Example
Text Example
White with #EED8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED8E4; }
p { color: rgb(238,216,228); }
H1.HeaderClassName
{
color: #EED8E4;
}
.AnyTagClassName
{
color: #EED8E4;
}
</style>
background-color css
<style>
a { background-color: #EED8E4; }
a { background-color: rgb(238,216,228); }
div.DivClassName
{
background-color: #EED8E4;
}
.BgClassName
{
background-color: #EED8E4;
}
</style>
border-color css
<style>
span { border-color: #EED8E4; }
span { border-color: rgb(238,216,228); }
td.TdClassName
{
border-color: #EED8E4;
}
.TagClassName
{
border-color: #EED8E4;
}
</style>