Shades of Classic Rose #EEC7DE
Tints of Classic Rose #EEC7DE
RGB
CMYK
RGB Variations
Color information
#EEC7DE (or 0xEEC7DE) is known color: Classic Rose. HEX triplet: EE, C7 and DE. RGB value is (238,199,222). Sum of RGB (Red+Green+Blue) = 238+199+222=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 199 (78.12% from 255 or 30.20% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC7DE is #113821. Grayscale: #D5D5D5. Windows color (decimal): -1128482 or 14600174. OLE color: 14600174.
HSL color Cylindrical-coordinate representation of color #EEC7DE: hue angle of 324.62º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEC7DE is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 222 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.07 |
| HSL | 324.62º | 0.53% | 0.86% | - |
| HSV(B) | 324.62º | 0.16% | 0.93% | - |
| XYZ | 68.87 | 64.3 | 77.89 | - |
| YUV | 213.28 | 132.92 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 222 | 0 | 0.16 | 0.07 | 0.07 | 324.62 | 0.53 | 0.86 |
| Hex | EE | C7 | DE | 0 | 10 | 7 | 7 | 145 | 35 | 56 |
| Octal | 356 | 307 | 336 | 0 | 20 | 7 | 7 | 505 | 65 | 126 |
| Binary | 11101110 | 11000111 | 11011110 | 0 | 10000 | 111 | 111 | 101000101 | 110101 | 1010110 |
Color Harmonies of #EEC7DE
Complementary color
Monochromatic Colors of #EEC7DE
Black with #EEC7DE
Text Example
Text Example
White with #EEC7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC7DE; }
p { color: rgb(238,199,222); }
H1.HeaderClassName
{
color: #EEC7DE;
}
.AnyTagClassName
{
color: #EEC7DE;
}
</style>
background-color css
<style>
a { background-color: #EEC7DE; }
a { background-color: rgb(238,199,222); }
div.DivClassName
{
background-color: #EEC7DE;
}
.BgClassName
{
background-color: #EEC7DE;
}
</style>
border-color css
<style>
span { border-color: #EEC7DE; }
span { border-color: rgb(238,199,222); }
td.TdClassName
{
border-color: #EEC7DE;
}
.TagClassName
{
border-color: #EEC7DE;
}
</style>