Shades of Classic Rose #EED1DD
Tints of Classic Rose #EED1DD
RGB
CMYK
RGB Variations
Color information
#EED1DD (or 0xEED1DD) is known color: Classic Rose. HEX triplet: EE, D1 and DD. RGB value is (238,209,221). Sum of RGB (Red+Green+Blue) = 238+209+221=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 209 (82.03% from 255 or 31.29% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED1DD is #112E22. Grayscale: #DBDBDB. Windows color (decimal): -1125923 or 14537198. OLE color: 14537198.
HSL color Cylindrical-coordinate representation of color #EED1DD: hue angle of 335.17º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EED1DD is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 221 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.07 |
| HSL | 335.17º | 0.46% | 0.88% | - |
| HSV(B) | 335.17º | 0.12% | 0.93% | - |
| XYZ | 71.11 | 69 | 77.98 | - |
| YUV | 219.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 221 | 0 | 0.12 | 0.07 | 0.07 | 335.17 | 0.46 | 0.88 |
| Hex | EE | D1 | DD | 0 | C | 7 | 7 | 14F | 2E | 58 |
| Octal | 356 | 321 | 335 | 0 | 14 | 7 | 7 | 517 | 56 | 130 |
| Binary | 11101110 | 11010001 | 11011101 | 0 | 1100 | 111 | 111 | 101001111 | 101110 | 1011000 |
Color Harmonies of #EED1DD
Complementary color
Monochromatic Colors of #EED1DD
Black with #EED1DD
Text Example
Text Example
White with #EED1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED1DD; }
p { color: rgb(238,209,221); }
H1.HeaderClassName
{
color: #EED1DD;
}
.AnyTagClassName
{
color: #EED1DD;
}
</style>
background-color css
<style>
a { background-color: #EED1DD; }
a { background-color: rgb(238,209,221); }
div.DivClassName
{
background-color: #EED1DD;
}
.BgClassName
{
background-color: #EED1DD;
}
</style>
border-color css
<style>
span { border-color: #EED1DD; }
span { border-color: rgb(238,209,221); }
td.TdClassName
{
border-color: #EED1DD;
}
.TagClassName
{
border-color: #EED1DD;
}
</style>