Shades of Classic Rose #EEC1D9
Tints of Classic Rose #EEC1D9
RGB
CMYK
RGB Variations
Color information
#EEC1D9 (or 0xEEC1D9) is known color: Classic Rose. HEX triplet: EE, C1 and D9. RGB value is (238,193,217). Sum of RGB (Red+Green+Blue) = 238+193+217=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 193 (75.78% from 255 or 29.78% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC1D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC1D9 is #113E26. Grayscale: #D1D1D1. Windows color (decimal): -1130023 or 14270958. OLE color: 14270958.
HSL color Cylindrical-coordinate representation of color #EEC1D9: hue angle of 328º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EEC1D9 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 193 | 217 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.07 |
| HSL | 328º | 0.57% | 0.85% | - |
| HSV(B) | 328º | 0.19% | 0.93% | - |
| XYZ | 66.85 | 61.33 | 73.96 | - |
| YUV | 209.19 | 132.41 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 193 | 217 | 0 | 0.19 | 0.09 | 0.07 | 328 | 0.57 | 0.85 |
| Hex | EE | C1 | D9 | 0 | 13 | 9 | 7 | 148 | 39 | 55 |
| Octal | 356 | 301 | 331 | 0 | 23 | 11 | 7 | 510 | 71 | 125 |
| Binary | 11101110 | 11000001 | 11011001 | 0 | 10011 | 1001 | 111 | 101001000 | 111001 | 1010101 |
Color Harmonies of #EEC1D9
Complementary color
Monochromatic Colors of #EEC1D9
Black with #EEC1D9
Text Example
Text Example
White with #EEC1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC1D9; }
p { color: rgb(238,193,217); }
H1.HeaderClassName
{
color: #EEC1D9;
}
.AnyTagClassName
{
color: #EEC1D9;
}
</style>
background-color css
<style>
a { background-color: #EEC1D9; }
a { background-color: rgb(238,193,217); }
div.DivClassName
{
background-color: #EEC1D9;
}
.BgClassName
{
background-color: #EEC1D9;
}
</style>
border-color css
<style>
span { border-color: #EEC1D9; }
span { border-color: rgb(238,193,217); }
td.TdClassName
{
border-color: #EEC1D9;
}
.TagClassName
{
border-color: #EEC1D9;
}
</style>