Shades of Classic Rose #EED0DD
Tints of Classic Rose #EED0DD
RGB
CMYK
RGB Variations
Color information
#EED0DD (or 0xEED0DD) is known color: Classic Rose. HEX triplet: EE, D0 and DD. RGB value is (238,208,221). Sum of RGB (Red+Green+Blue) = 238+208+221=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0DD is #112F22. Grayscale: #DADADA. Windows color (decimal): -1126179 or 14536942. OLE color: 14536942.
HSL color Cylindrical-coordinate representation of color #EED0DD: hue angle of 334º 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 #EED0DD is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 221 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.07 |
| HSL | 334º | 0.47% | 0.87% | - |
| HSV(B) | 334º | 0.13% | 0.93% | - |
| XYZ | 70.87 | 68.51 | 77.9 | - |
| YUV | 218.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 221 | 0 | 0.13 | 0.07 | 0.07 | 334 | 0.47 | 0.87 |
| Hex | EE | D0 | DD | 0 | D | 7 | 7 | 14E | 2F | 57 |
| Octal | 356 | 320 | 335 | 0 | 15 | 7 | 7 | 516 | 57 | 127 |
| Binary | 11101110 | 11010000 | 11011101 | 0 | 1101 | 111 | 111 | 101001110 | 101111 | 1010111 |
Color Harmonies of #EED0DD
Complementary color
Monochromatic Colors of #EED0DD
Black with #EED0DD
Text Example
Text Example
White with #EED0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0DD; }
p { color: rgb(238,208,221); }
H1.HeaderClassName
{
color: #EED0DD;
}
.AnyTagClassName
{
color: #EED0DD;
}
</style>
background-color css
<style>
a { background-color: #EED0DD; }
a { background-color: rgb(238,208,221); }
div.DivClassName
{
background-color: #EED0DD;
}
.BgClassName
{
background-color: #EED0DD;
}
</style>
border-color css
<style>
span { border-color: #EED0DD; }
span { border-color: rgb(238,208,221); }
td.TdClassName
{
border-color: #EED0DD;
}
.TagClassName
{
border-color: #EED0DD;
}
</style>