Shades of Classic Rose #EECFDE
Tints of Classic Rose #EECFDE
RGB
CMYK
RGB Variations
Color information
#EECFDE (or 0xEECFDE) is known color: Classic Rose. HEX triplet: EE, CF and DE. RGB value is (238,207,222). Sum of RGB (Red+Green+Blue) = 238+207+222=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 222 (87.11% from 255 or 33.28% from 667); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFDE is #113021. Grayscale: #D9D9D9. Windows color (decimal): -1126434 or 14602222. OLE color: 14602222.
HSL color Cylindrical-coordinate representation of color #EECFDE: hue angle of 330.97º 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 #EECFDE is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 222 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.07 |
| HSL | 330.97º | 0.48% | 0.87% | - |
| HSV(B) | 330.97º | 0.13% | 0.93% | - |
| XYZ | 70.76 | 68.08 | 78.52 | - |
| YUV | 217.98 | 130.27 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 222 | 0 | 0.13 | 0.07 | 0.07 | 330.97 | 0.48 | 0.87 |
| Hex | EE | CF | DE | 0 | D | 7 | 7 | 14B | 30 | 57 |
| Octal | 356 | 317 | 336 | 0 | 15 | 7 | 7 | 513 | 60 | 127 |
| Binary | 11101110 | 11001111 | 11011110 | 0 | 1101 | 111 | 111 | 101001011 | 110000 | 1010111 |
Color Harmonies of #EECFDE
Complementary color
Monochromatic Colors of #EECFDE
Black with #EECFDE
Text Example
Text Example
White with #EECFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFDE; }
p { color: rgb(238,207,222); }
H1.HeaderClassName
{
color: #EECFDE;
}
.AnyTagClassName
{
color: #EECFDE;
}
</style>
background-color css
<style>
a { background-color: #EECFDE; }
a { background-color: rgb(238,207,222); }
div.DivClassName
{
background-color: #EECFDE;
}
.BgClassName
{
background-color: #EECFDE;
}
</style>
border-color css
<style>
span { border-color: #EECFDE; }
span { border-color: rgb(238,207,222); }
td.TdClassName
{
border-color: #EECFDE;
}
.TagClassName
{
border-color: #EECFDE;
}
</style>