Shades of Classic Rose #EEDCE8
Tints of Classic Rose #EEDCE8
RGB
CMYK
RGB Variations
Color information
#EEDCE8 (or 0xEEDCE8) is known color: Classic Rose. HEX triplet: EE, DC and E8. RGB value is (238,220,232). Sum of RGB (Red+Green+Blue) = 238+220+232=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 220 (86.33% from 255 or 31.88% from 690); Blue value is 232 (91.02% from 255 or 33.62% from 690); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDCE8 is #112317. Grayscale: #E2E2E2. Windows color (decimal): -1123096 or 15260910. OLE color: 15260910.
HSL color Cylindrical-coordinate representation of color #EEDCE8: hue angle of 320º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDCE8 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 232 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.07 |
| HSL | 320º | 0.35% | 0.9% | - |
| HSV(B) | 320º | 0.08% | 0.93% | - |
| XYZ | 75.42 | 75.19 | 86.88 | - |
| YUV | 226.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 232 | 0 | 0.08 | 0.03 | 0.07 | 320 | 0.35 | 0.9 |
| Hex | EE | DC | E8 | 0 | 8 | 3 | 7 | 140 | 23 | 5A |
| Octal | 356 | 334 | 350 | 0 | 10 | 3 | 7 | 500 | 43 | 132 |
| Binary | 11101110 | 11011100 | 11101000 | 0 | 1000 | 11 | 111 | 101000000 | 100011 | 1011010 |
Color Harmonies of #EEDCE8
Complementary color
Monochromatic Colors of #EEDCE8
Black with #EEDCE8
Text Example
Text Example
White with #EEDCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCE8; }
p { color: rgb(238,220,232); }
H1.HeaderClassName
{
color: #EEDCE8;
}
.AnyTagClassName
{
color: #EEDCE8;
}
</style>
background-color css
<style>
a { background-color: #EEDCE8; }
a { background-color: rgb(238,220,232); }
div.DivClassName
{
background-color: #EEDCE8;
}
.BgClassName
{
background-color: #EEDCE8;
}
</style>
border-color css
<style>
span { border-color: #EEDCE8; }
span { border-color: rgb(238,220,232); }
td.TdClassName
{
border-color: #EEDCE8;
}
.TagClassName
{
border-color: #EEDCE8;
}
</style>