Shades of Classic Rose #EECEE2
Tints of Classic Rose #EECEE2
RGB
CMYK
RGB Variations
Color information
#EECEE2 (or 0xEECEE2) is known color: Classic Rose. HEX triplet: EE, CE and E2. RGB value is (238,206,226). Sum of RGB (Red+Green+Blue) = 238+206+226=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 226 (88.67% from 255 or 33.73% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EECEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECEE2 is #11311D. Grayscale: #D9D9D9. Windows color (decimal): -1126686 or 14864110. OLE color: 14864110.
HSL color Cylindrical-coordinate representation of color #EECEE2: hue angle of 322.5º 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 #EECEE2 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 226 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.07 |
| HSL | 322.5º | 0.48% | 0.87% | - |
| HSV(B) | 322.5º | 0.13% | 0.93% | - |
| XYZ | 71.06 | 67.81 | 81.3 | - |
| YUV | 217.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 226 | 0 | 0.13 | 0.05 | 0.07 | 322.5 | 0.48 | 0.87 |
| Hex | EE | CE | E2 | 0 | D | 5 | 7 | 142 | 30 | 57 |
| Octal | 356 | 316 | 342 | 0 | 15 | 5 | 7 | 502 | 60 | 127 |
| Binary | 11101110 | 11001110 | 11100010 | 0 | 1101 | 101 | 111 | 101000010 | 110000 | 1010111 |
Color Harmonies of #EECEE2
Complementary color
Monochromatic Colors of #EECEE2
Black with #EECEE2
Text Example
Text Example
White with #EECEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECEE2; }
p { color: rgb(238,206,226); }
H1.HeaderClassName
{
color: #EECEE2;
}
.AnyTagClassName
{
color: #EECEE2;
}
</style>
background-color css
<style>
a { background-color: #EECEE2; }
a { background-color: rgb(238,206,226); }
div.DivClassName
{
background-color: #EECEE2;
}
.BgClassName
{
background-color: #EECEE2;
}
</style>
border-color css
<style>
span { border-color: #EECEE2; }
span { border-color: rgb(238,206,226); }
td.TdClassName
{
border-color: #EECEE2;
}
.TagClassName
{
border-color: #EECEE2;
}
</style>