Shades of Classic Rose #EEC2DE
Tints of Classic Rose #EEC2DE
RGB
CMYK
RGB Variations
Color information
#EEC2DE (or 0xEEC2DE) is known color: Classic Rose. HEX triplet: EE, C2 and DE. RGB value is (238,194,222). Sum of RGB (Red+Green+Blue) = 238+194+222=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 194 (76.17% from 255 or 29.66% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC2DE is #113D21. Grayscale: #D2D2D2. Windows color (decimal): -1129762 or 14598894. OLE color: 14598894.
HSL color Cylindrical-coordinate representation of color #EEC2DE: hue angle of 321.82º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEC2DE is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 222 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.07 |
| HSL | 321.82º | 0.56% | 0.85% | - |
| HSV(B) | 321.82º | 0.18% | 0.93% | - |
| XYZ | 67.74 | 62.03 | 77.51 | - |
| YUV | 210.35 | 134.58 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 222 | 0 | 0.18 | 0.07 | 0.07 | 321.82 | 0.56 | 0.85 |
| Hex | EE | C2 | DE | 0 | 12 | 7 | 7 | 142 | 38 | 55 |
| Octal | 356 | 302 | 336 | 0 | 22 | 7 | 7 | 502 | 70 | 125 |
| Binary | 11101110 | 11000010 | 11011110 | 0 | 10010 | 111 | 111 | 101000010 | 111000 | 1010101 |
Color Harmonies of #EEC2DE
Complementary color
Monochromatic Colors of #EEC2DE
Black with #EEC2DE
Text Example
Text Example
White with #EEC2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC2DE; }
p { color: rgb(238,194,222); }
H1.HeaderClassName
{
color: #EEC2DE;
}
.AnyTagClassName
{
color: #EEC2DE;
}
</style>
background-color css
<style>
a { background-color: #EEC2DE; }
a { background-color: rgb(238,194,222); }
div.DivClassName
{
background-color: #EEC2DE;
}
.BgClassName
{
background-color: #EEC2DE;
}
</style>
border-color css
<style>
span { border-color: #EEC2DE; }
span { border-color: rgb(238,194,222); }
td.TdClassName
{
border-color: #EEC2DE;
}
.TagClassName
{
border-color: #EEC2DE;
}
</style>