Shades of Classic Rose #EED0E2
Tints of Classic Rose #EED0E2
RGB
CMYK
RGB Variations
Color information
#EED0E2 (or 0xEED0E2) is known color: Classic Rose. HEX triplet: EE, D0 and E2. RGB value is (238,208,226). Sum of RGB (Red+Green+Blue) = 238+208+226=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 208 (81.64% from 255 or 30.95% from 672); Blue value is 226 (88.67% from 255 or 33.63% from 672); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0E2 is #112F1D. Grayscale: #DADADA. Windows color (decimal): -1126174 or 14864622. OLE color: 14864622.
HSL color Cylindrical-coordinate representation of color #EED0E2: hue angle of 324º 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 #EED0E2 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 226 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.07 |
| HSL | 324º | 0.47% | 0.87% | - |
| HSV(B) | 324º | 0.13% | 0.93% | - |
| XYZ | 71.54 | 68.78 | 81.46 | - |
| YUV | 219.02 | 131.94 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 226 | 0 | 0.13 | 0.05 | 0.07 | 324 | 0.47 | 0.87 |
| Hex | EE | D0 | E2 | 0 | D | 5 | 7 | 144 | 2F | 57 |
| Octal | 356 | 320 | 342 | 0 | 15 | 5 | 7 | 504 | 57 | 127 |
| Binary | 11101110 | 11010000 | 11100010 | 0 | 1101 | 101 | 111 | 101000100 | 101111 | 1010111 |
Color Harmonies of #EED0E2
Complementary color
Monochromatic Colors of #EED0E2
Black with #EED0E2
Text Example
Text Example
White with #EED0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0E2; }
p { color: rgb(238,208,226); }
H1.HeaderClassName
{
color: #EED0E2;
}
.AnyTagClassName
{
color: #EED0E2;
}
</style>
background-color css
<style>
a { background-color: #EED0E2; }
a { background-color: rgb(238,208,226); }
div.DivClassName
{
background-color: #EED0E2;
}
.BgClassName
{
background-color: #EED0E2;
}
</style>
border-color css
<style>
span { border-color: #EED0E2; }
span { border-color: rgb(238,208,226); }
td.TdClassName
{
border-color: #EED0E2;
}
.TagClassName
{
border-color: #EED0E2;
}
</style>