Shades of Classic Rose #EED0E3
Tints of Classic Rose #EED0E3
RGB
CMYK
RGB Variations
Color information
#EED0E3 (or 0xEED0E3) is known color: Classic Rose. HEX triplet: EE, D0 and E3. RGB value is (238,208,227). Sum of RGB (Red+Green+Blue) = 238+208+227=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 208 (81.64% from 255 or 30.91% from 673); Blue value is 227 (89.06% from 255 or 33.73% from 673); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0E3 is #112F1C. Grayscale: #DBDBDB. Windows color (decimal): -1126173 or 14930158. OLE color: 14930158.
HSL color Cylindrical-coordinate representation of color #EED0E3: hue angle of 322º 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 #EED0E3 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 227 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.07 |
| HSL | 322º | 0.47% | 0.87% | - |
| HSV(B) | 322º | 0.13% | 0.93% | - |
| XYZ | 71.68 | 68.83 | 82.18 | - |
| YUV | 219.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 227 | 0 | 0.13 | 0.05 | 0.07 | 322 | 0.47 | 0.87 |
| Hex | EE | D0 | E3 | 0 | D | 5 | 7 | 142 | 2F | 57 |
| Octal | 356 | 320 | 343 | 0 | 15 | 5 | 7 | 502 | 57 | 127 |
| Binary | 11101110 | 11010000 | 11100011 | 0 | 1101 | 101 | 111 | 101000010 | 101111 | 1010111 |
Color Harmonies of #EED0E3
Complementary color
Monochromatic Colors of #EED0E3
Black with #EED0E3
Text Example
Text Example
White with #EED0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0E3; }
p { color: rgb(238,208,227); }
H1.HeaderClassName
{
color: #EED0E3;
}
.AnyTagClassName
{
color: #EED0E3;
}
</style>
background-color css
<style>
a { background-color: #EED0E3; }
a { background-color: rgb(238,208,227); }
div.DivClassName
{
background-color: #EED0E3;
}
.BgClassName
{
background-color: #EED0E3;
}
</style>
border-color css
<style>
span { border-color: #EED0E3; }
span { border-color: rgb(238,208,227); }
td.TdClassName
{
border-color: #EED0E3;
}
.TagClassName
{
border-color: #EED0E3;
}
</style>