Shades of Classic Rose #EECEDE
Tints of Classic Rose #EECEDE
RGB
CMYK
RGB Variations
Color information
#EECEDE (or 0xEECEDE) is known color: Classic Rose. HEX triplet: EE, CE and DE. RGB value is (238,206,222). Sum of RGB (Red+Green+Blue) = 238+206+222=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 206 (80.86% from 255 or 30.93% from 666); Blue value is 222 (87.11% from 255 or 33.33% from 666); Max value from RGB is 238 - color contains mainly: red. Hex color #EECEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECEDE is #113121. Grayscale: #D9D9D9. Windows color (decimal): -1126690 or 14601966. OLE color: 14601966.
HSL color Cylindrical-coordinate representation of color #EECEDE: hue angle of 330º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EECEDE is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 222 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.07 |
| HSL | 330º | 0.48% | 0.87% | - |
| HSV(B) | 330º | 0.13% | 0.93% | - |
| XYZ | 70.52 | 67.59 | 78.44 | - |
| YUV | 217.39 | 130.6 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 222 | 0 | 0.13 | 0.07 | 0.07 | 330 | 0.48 | 0.87 |
| Hex | EE | CE | DE | 0 | D | 7 | 7 | 14A | 30 | 57 |
| Octal | 356 | 316 | 336 | 0 | 15 | 7 | 7 | 512 | 60 | 127 |
| Binary | 11101110 | 11001110 | 11011110 | 0 | 1101 | 111 | 111 | 101001010 | 110000 | 1010111 |
Color Harmonies of #EECEDE
Complementary color
Monochromatic Colors of #EECEDE
Black with #EECEDE
Text Example
Text Example
White with #EECEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECEDE; }
p { color: rgb(238,206,222); }
H1.HeaderClassName
{
color: #EECEDE;
}
.AnyTagClassName
{
color: #EECEDE;
}
</style>
background-color css
<style>
a { background-color: #EECEDE; }
a { background-color: rgb(238,206,222); }
div.DivClassName
{
background-color: #EECEDE;
}
.BgClassName
{
background-color: #EECEDE;
}
</style>
border-color css
<style>
span { border-color: #EECEDE; }
span { border-color: rgb(238,206,222); }
td.TdClassName
{
border-color: #EECEDE;
}
.TagClassName
{
border-color: #EECEDE;
}
</style>