Shades of Classic Rose #EECEE0
Tints of Classic Rose #EECEE0
RGB
CMYK
RGB Variations
Color information
#EECEE0 (or 0xEECEE0) is known color: Classic Rose. HEX triplet: EE, CE and E0. RGB value is (238,206,224). Sum of RGB (Red+Green+Blue) = 238+206+224=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 224 (87.89% from 255 or 33.53% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EECEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECEE0 is #11311F. Grayscale: #D9D9D9. Windows color (decimal): -1126688 or 14733038. OLE color: 14733038.
HSL color Cylindrical-coordinate representation of color #EECEE0: hue angle of 326.25º 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 #EECEE0 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 206 | 224 | - |
CMYK | 0 | 0.13 | 0.06 | 0.07 |
HSL | 326.25º | 0.48% | 0.87% | - |
HSV(B) | 326.25º | 0.13% | 0.93% | - |
XYZ | 70.79 | 67.7 | 79.86 | - |
YUV | 217.62 | 131.6 | 142.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 206 | 224 | 0 | 0.13 | 0.06 | 0.07 | 326.25 | 0.48 | 0.87 |
Hex | EE | CE | E0 | 0 | D | 6 | 7 | 146 | 30 | 57 |
Octal | 356 | 316 | 340 | 0 | 15 | 6 | 7 | 506 | 60 | 127 |
Binary | 11101110 | 11001110 | 11100000 | 0 | 1101 | 110 | 111 | 101000110 | 110000 | 1010111 |
Color Harmonies of #EECEE0
Complementary color
Monochromatic Colors of #EECEE0
Black with #EECEE0
Text Example
Text Example
White with #EECEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECEE0; }
p { color: rgb(238,206,224); }
H1.HeaderClassName
{
color: #EECEE0;
}
.AnyTagClassName
{
color: #EECEE0;
}
</style>
background-color css
<style>
a { background-color: #EECEE0; }
a { background-color: rgb(238,206,224); }
div.DivClassName
{
background-color: #EECEE0;
}
.BgClassName
{
background-color: #EECEE0;
}
</style>
border-color css
<style>
span { border-color: #EECEE0; }
span { border-color: rgb(238,206,224); }
td.TdClassName
{
border-color: #EECEE0;
}
.TagClassName
{
border-color: #EECEE0;
}
</style>