Shades of Classic Rose #EECCDE
Tints of Classic Rose #EECCDE
RGB
CMYK
RGB Variations
Color information
#EECCDE (or 0xEECCDE) is known color: Classic Rose. HEX triplet: EE, CC and DE. RGB value is (238,204,222). Sum of RGB (Red+Green+Blue) = 238+204+222=664 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.84% from 664); Green value is 204 (80.08% from 255 or 30.72% from 664); Blue value is 222 (87.11% from 255 or 33.43% from 664); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCDE is #113321. Grayscale: #D8D8D8. Windows color (decimal): -1127202 or 14601454. OLE color: 14601454.
HSL color Cylindrical-coordinate representation of color #EECCDE: hue angle of 328.24º degrees, saturation: 0.5, 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 #EECCDE is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 222 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.07 |
| HSL | 328.24º | 0.5% | 0.87% | - |
| HSV(B) | 328.24º | 0.14% | 0.93% | - |
| XYZ | 70.04 | 66.64 | 78.28 | - |
| YUV | 216.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 222 | 0 | 0.14 | 0.07 | 0.07 | 328.24 | 0.5 | 0.87 |
| Hex | EE | CC | DE | 0 | E | 7 | 7 | 148 | 32 | 57 |
| Octal | 356 | 314 | 336 | 0 | 16 | 7 | 7 | 510 | 62 | 127 |
| Binary | 11101110 | 11001100 | 11011110 | 0 | 1110 | 111 | 111 | 101001000 | 110010 | 1010111 |
Color Harmonies of #EECCDE
Complementary color
Monochromatic Colors of #EECCDE
Black with #EECCDE
Text Example
Text Example
White with #EECCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCDE; }
p { color: rgb(238,204,222); }
H1.HeaderClassName
{
color: #EECCDE;
}
.AnyTagClassName
{
color: #EECCDE;
}
</style>
background-color css
<style>
a { background-color: #EECCDE; }
a { background-color: rgb(238,204,222); }
div.DivClassName
{
background-color: #EECCDE;
}
.BgClassName
{
background-color: #EECCDE;
}
</style>
border-color css
<style>
span { border-color: #EECCDE; }
span { border-color: rgb(238,204,222); }
td.TdClassName
{
border-color: #EECCDE;
}
.TagClassName
{
border-color: #EECCDE;
}
</style>