Shades of Classic Rose #EED0E4
Tints of Classic Rose #EED0E4
RGB
CMYK
RGB Variations
Color information
#EED0E4 (or 0xEED0E4) is known color: Classic Rose. HEX triplet: EE, D0 and E4. RGB value is (238,208,228). Sum of RGB (Red+Green+Blue) = 238+208+228=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 208 (81.64% from 255 or 30.86% from 674); Blue value is 228 (89.45% from 255 or 33.83% from 674); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0E4 is #112F1B. Grayscale: #DBDBDB. Windows color (decimal): -1126172 or 14995694. OLE color: 14995694.
HSL color Cylindrical-coordinate representation of color #EED0E4: hue angle of 320º 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 #EED0E4 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 228 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.07 |
| HSL | 320º | 0.47% | 0.87% | - |
| HSV(B) | 320º | 0.13% | 0.93% | - |
| XYZ | 71.82 | 68.89 | 82.91 | - |
| YUV | 219.25 | 132.94 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 228 | 0 | 0.13 | 0.04 | 0.07 | 320 | 0.47 | 0.87 |
| Hex | EE | D0 | E4 | 0 | D | 4 | 7 | 140 | 2F | 57 |
| Octal | 356 | 320 | 344 | 0 | 15 | 4 | 7 | 500 | 57 | 127 |
| Binary | 11101110 | 11010000 | 11100100 | 0 | 1101 | 100 | 111 | 101000000 | 101111 | 1010111 |
Color Harmonies of #EED0E4
Complementary color
Monochromatic Colors of #EED0E4
Black with #EED0E4
Text Example
Text Example
White with #EED0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0E4; }
p { color: rgb(238,208,228); }
H1.HeaderClassName
{
color: #EED0E4;
}
.AnyTagClassName
{
color: #EED0E4;
}
</style>
background-color css
<style>
a { background-color: #EED0E4; }
a { background-color: rgb(238,208,228); }
div.DivClassName
{
background-color: #EED0E4;
}
.BgClassName
{
background-color: #EED0E4;
}
</style>
border-color css
<style>
span { border-color: #EED0E4; }
span { border-color: rgb(238,208,228); }
td.TdClassName
{
border-color: #EED0E4;
}
.TagClassName
{
border-color: #EED0E4;
}
</style>