Shades of Classic Rose #EECEDC
Tints of Classic Rose #EECEDC
RGB
CMYK
RGB Variations
Color information
#EECEDC (or 0xEECEDC) is known color: Classic Rose. HEX triplet: EE, CE and DC. RGB value is (238,206,220). Sum of RGB (Red+Green+Blue) = 238+206+220=664 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.84% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 238 - color contains mainly: red. Hex color #EECEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECEDC is #113123. Grayscale: #D9D9D9. Windows color (decimal): -1126692 or 14470894. OLE color: 14470894.
HSL color Cylindrical-coordinate representation of color #EECEDC: hue angle of 333.75º 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 #EECEDC is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 206 | 220 | - |
CMYK | 0 | 0.13 | 0.08 | 0.07 |
HSL | 333.75º | 0.48% | 0.87% | - |
HSV(B) | 333.75º | 0.13% | 0.93% | - |
XYZ | 70.25 | 67.49 | 77.03 | - |
YUV | 217.16 | 129.6 | 142.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 206 | 220 | 0 | 0.13 | 0.08 | 0.07 | 333.75 | 0.48 | 0.87 |
Hex | EE | CE | DC | 0 | D | 8 | 7 | 14E | 30 | 57 |
Octal | 356 | 316 | 334 | 0 | 15 | 10 | 7 | 516 | 60 | 127 |
Binary | 11101110 | 11001110 | 11011100 | 0 | 1101 | 1000 | 111 | 101001110 | 110000 | 1010111 |
Color Harmonies of #EECEDC
Complementary color
Monochromatic Colors of #EECEDC
Black with #EECEDC
Text Example
Text Example
White with #EECEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECEDC; }
p { color: rgb(238,206,220); }
H1.HeaderClassName
{
color: #EECEDC;
}
.AnyTagClassName
{
color: #EECEDC;
}
</style>
background-color css
<style>
a { background-color: #EECEDC; }
a { background-color: rgb(238,206,220); }
div.DivClassName
{
background-color: #EECEDC;
}
.BgClassName
{
background-color: #EECEDC;
}
</style>
border-color css
<style>
span { border-color: #EECEDC; }
span { border-color: rgb(238,206,220); }
td.TdClassName
{
border-color: #EECEDC;
}
.TagClassName
{
border-color: #EECEDC;
}
</style>