Shades of Classic Rose #EEC6DE
Tints of Classic Rose #EEC6DE
RGB
CMYK
RGB Variations
Color information
#EEC6DE (or 0xEEC6DE) is known color: Classic Rose. HEX triplet: EE, C6 and DE. RGB value is (238,198,222). Sum of RGB (Red+Green+Blue) = 238+198+222=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 198 (77.73% from 255 or 30.09% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC6DE is #113921. Grayscale: #D4D4D4. Windows color (decimal): -1128738 or 14599918. OLE color: 14599918.
HSL color Cylindrical-coordinate representation of color #EEC6DE: hue angle of 324º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEC6DE is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 222 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.07 |
| HSL | 324º | 0.54% | 0.85% | - |
| HSV(B) | 324º | 0.17% | 0.93% | - |
| XYZ | 68.64 | 63.84 | 77.81 | - |
| YUV | 212.7 | 133.25 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 222 | 0 | 0.17 | 0.07 | 0.07 | 324 | 0.54 | 0.85 |
| Hex | EE | C6 | DE | 0 | 11 | 7 | 7 | 144 | 36 | 55 |
| Octal | 356 | 306 | 336 | 0 | 21 | 7 | 7 | 504 | 66 | 125 |
| Binary | 11101110 | 11000110 | 11011110 | 0 | 10001 | 111 | 111 | 101000100 | 110110 | 1010101 |
Color Harmonies of #EEC6DE
Complementary color
Monochromatic Colors of #EEC6DE
Black with #EEC6DE
Text Example
Text Example
White with #EEC6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC6DE; }
p { color: rgb(238,198,222); }
H1.HeaderClassName
{
color: #EEC6DE;
}
.AnyTagClassName
{
color: #EEC6DE;
}
</style>
background-color css
<style>
a { background-color: #EEC6DE; }
a { background-color: rgb(238,198,222); }
div.DivClassName
{
background-color: #EEC6DE;
}
.BgClassName
{
background-color: #EEC6DE;
}
</style>
border-color css
<style>
span { border-color: #EEC6DE; }
span { border-color: rgb(238,198,222); }
td.TdClassName
{
border-color: #EEC6DE;
}
.TagClassName
{
border-color: #EEC6DE;
}
</style>