Shades of Classic Rose #EECDDE
Tints of Classic Rose #EECDDE
RGB
CMYK
RGB Variations
Color information
#EECDDE (or 0xEECDDE) is known color: Classic Rose. HEX triplet: EE, CD and DE. RGB value is (238,205,222). Sum of RGB (Red+Green+Blue) = 238+205+222=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 205 (80.47% from 255 or 30.83% from 665); Blue value is 222 (87.11% from 255 or 33.38% from 665); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDDE is #113221. Grayscale: #D8D8D8. Windows color (decimal): -1126946 or 14601710. OLE color: 14601710.
HSL color Cylindrical-coordinate representation of color #EECDDE: hue angle of 329.09º 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 #EECDDE is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 222 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.07 |
| HSL | 329.09º | 0.49% | 0.87% | - |
| HSV(B) | 329.09º | 0.14% | 0.93% | - |
| XYZ | 70.28 | 67.11 | 78.36 | - |
| YUV | 216.81 | 130.93 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 222 | 0 | 0.14 | 0.07 | 0.07 | 329.09 | 0.49 | 0.87 |
| Hex | EE | CD | DE | 0 | E | 7 | 7 | 149 | 31 | 57 |
| Octal | 356 | 315 | 336 | 0 | 16 | 7 | 7 | 511 | 61 | 127 |
| Binary | 11101110 | 11001101 | 11011110 | 0 | 1110 | 111 | 111 | 101001001 | 110001 | 1010111 |
Color Harmonies of #EECDDE
Complementary color
Monochromatic Colors of #EECDDE
Black with #EECDDE
Text Example
Text Example
White with #EECDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDDE; }
p { color: rgb(238,205,222); }
H1.HeaderClassName
{
color: #EECDDE;
}
.AnyTagClassName
{
color: #EECDDE;
}
</style>
background-color css
<style>
a { background-color: #EECDDE; }
a { background-color: rgb(238,205,222); }
div.DivClassName
{
background-color: #EECDDE;
}
.BgClassName
{
background-color: #EECDDE;
}
</style>
border-color css
<style>
span { border-color: #EECDDE; }
span { border-color: rgb(238,205,222); }
td.TdClassName
{
border-color: #EECDDE;
}
.TagClassName
{
border-color: #EECDDE;
}
</style>