Shades of Classic Rose #EECEE3
Tints of Classic Rose #EECEE3
RGB
CMYK
RGB Variations
Color information
#EECEE3 (or 0xEECEE3) is known color: Classic Rose. HEX triplet: EE, CE and E3. RGB value is (238,206,227). Sum of RGB (Red+Green+Blue) = 238+206+227=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 227 (89.06% from 255 or 33.83% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EECEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECEE3 is #11311C. Grayscale: #D9D9D9. Windows color (decimal): -1126685 or 14929646. OLE color: 14929646.
HSL color Cylindrical-coordinate representation of color #EECEE3: hue angle of 320.62º 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 #EECEE3 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 227 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.07 |
| HSL | 320.63º | 0.48% | 0.87% | - |
| HSV(B) | 320.63º | 0.13% | 0.93% | - |
| XYZ | 71.2 | 67.87 | 82.02 | - |
| YUV | 217.96 | 133.1 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 227 | 0 | 0.13 | 0.05 | 0.07 | 320.63 | 0.48 | 0.87 |
| Hex | EE | CE | E3 | 0 | D | 5 | 7 | 141 | 30 | 57 |
| Octal | 356 | 316 | 343 | 0 | 15 | 5 | 7 | 501 | 60 | 127 |
| Binary | 11101110 | 11001110 | 11100011 | 0 | 1101 | 101 | 111 | 101000001 | 110000 | 1010111 |
Color Harmonies of #EECEE3
Complementary color
Monochromatic Colors of #EECEE3
Black with #EECEE3
Text Example
Text Example
White with #EECEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECEE3; }
p { color: rgb(238,206,227); }
H1.HeaderClassName
{
color: #EECEE3;
}
.AnyTagClassName
{
color: #EECEE3;
}
</style>
background-color css
<style>
a { background-color: #EECEE3; }
a { background-color: rgb(238,206,227); }
div.DivClassName
{
background-color: #EECEE3;
}
.BgClassName
{
background-color: #EECEE3;
}
</style>
border-color css
<style>
span { border-color: #EECEE3; }
span { border-color: rgb(238,206,227); }
td.TdClassName
{
border-color: #EECEE3;
}
.TagClassName
{
border-color: #EECEE3;
}
</style>