Shades of Classic Rose #EECDD9
Tints of Classic Rose #EECDD9
RGB
CMYK
RGB Variations
Color information
#EECDD9 (or 0xEECDD9) is known color: Classic Rose. HEX triplet: EE, CD and D9. RGB value is (238,205,217). Sum of RGB (Red+Green+Blue) = 238+205+217=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 205 (80.47% from 255 or 31.06% from 660); Blue value is 217 (85.16% from 255 or 32.88% from 660); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDD9 is #113226. Grayscale: #D8D8D8. Windows color (decimal): -1126951 or 14274030. OLE color: 14274030.
HSL color Cylindrical-coordinate representation of color #EECDD9: hue angle of 338.18º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECDD9 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 217 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.07 |
| HSL | 338.18º | 0.49% | 0.87% | - |
| HSV(B) | 338.18º | 0.14% | 0.93% | - |
| XYZ | 69.62 | 66.85 | 74.88 | - |
| YUV | 216.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 217 | 0 | 0.14 | 0.09 | 0.07 | 338.18 | 0.49 | 0.87 |
| Hex | EE | CD | D9 | 0 | E | 9 | 7 | 152 | 31 | 57 |
| Octal | 356 | 315 | 331 | 0 | 16 | 11 | 7 | 522 | 61 | 127 |
| Binary | 11101110 | 11001101 | 11011001 | 0 | 1110 | 1001 | 111 | 101010010 | 110001 | 1010111 |
Color Harmonies of #EECDD9
Complementary color
Monochromatic Colors of #EECDD9
Black with #EECDD9
Text Example
Text Example
White with #EECDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDD9; }
p { color: rgb(238,205,217); }
H1.HeaderClassName
{
color: #EECDD9;
}
.AnyTagClassName
{
color: #EECDD9;
}
</style>
background-color css
<style>
a { background-color: #EECDD9; }
a { background-color: rgb(238,205,217); }
div.DivClassName
{
background-color: #EECDD9;
}
.BgClassName
{
background-color: #EECDD9;
}
</style>
border-color css
<style>
span { border-color: #EECDD9; }
span { border-color: rgb(238,205,217); }
td.TdClassName
{
border-color: #EECDD9;
}
.TagClassName
{
border-color: #EECDD9;
}
</style>