Shades of Classic Rose #EEC0DD
Tints of Classic Rose #EEC0DD
RGB
CMYK
RGB Variations
Color information
#EEC0DD (or 0xEEC0DD) is known color: Classic Rose. HEX triplet: EE, C0 and DD. RGB value is (238,192,221). Sum of RGB (Red+Green+Blue) = 238+192+221=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 192 (75.39% from 255 or 29.49% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC0DD is #113F22. Grayscale: #D0D0D0. Windows color (decimal): -1130275 or 14532846. OLE color: 14532846.
HSL color Cylindrical-coordinate representation of color #EEC0DD: hue angle of 322.17º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EEC0DD is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 221 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.07 |
| HSL | 322.17º | 0.58% | 0.84% | - |
| HSV(B) | 322.17º | 0.19% | 0.93% | - |
| XYZ | 67.16 | 61.1 | 76.66 | - |
| YUV | 209.06 | 134.74 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 221 | 0 | 0.19 | 0.07 | 0.07 | 322.17 | 0.58 | 0.84 |
| Hex | EE | C0 | DD | 0 | 13 | 7 | 7 | 142 | 3A | 54 |
| Octal | 356 | 300 | 335 | 0 | 23 | 7 | 7 | 502 | 72 | 124 |
| Binary | 11101110 | 11000000 | 11011101 | 0 | 10011 | 111 | 111 | 101000010 | 111010 | 1010100 |
Color Harmonies of #EEC0DD
Complementary color
Monochromatic Colors of #EEC0DD
Black with #EEC0DD
Text Example
Text Example
White with #EEC0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC0DD; }
p { color: rgb(238,192,221); }
H1.HeaderClassName
{
color: #EEC0DD;
}
.AnyTagClassName
{
color: #EEC0DD;
}
</style>
background-color css
<style>
a { background-color: #EEC0DD; }
a { background-color: rgb(238,192,221); }
div.DivClassName
{
background-color: #EEC0DD;
}
.BgClassName
{
background-color: #EEC0DD;
}
</style>
border-color css
<style>
span { border-color: #EEC0DD; }
span { border-color: rgb(238,192,221); }
td.TdClassName
{
border-color: #EEC0DD;
}
.TagClassName
{
border-color: #EEC0DD;
}
</style>