Shades of Pale Rose #EED9DC
Tints of Pale Rose #EED9DC
RGB
CMYK
RGB Variations
Color information
#EED9DC (or 0xEED9DC) is known color: Pale Rose. HEX triplet: EE, D9 and DC. RGB value is (238,217,220). Sum of RGB (Red+Green+Blue) = 238+217+220=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED9DC is #112623. Grayscale: #DFDFDF. Windows color (decimal): -1123876 or 14473710. OLE color: 14473710.
HSL color Cylindrical-coordinate representation of color #EED9DC: hue angle of 351.43º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EED9DC is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 220 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.07 |
| HSL | 351.43º | 0.38% | 0.89% | - |
| HSV(B) | 351.43º | 0.09% | 0.93% | - |
| XYZ | 72.99 | 72.97 | 77.95 | - |
| YUV | 223.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 220 | 0 | 0.09 | 0.08 | 0.07 | 351.43 | 0.38 | 0.89 |
| Hex | EE | D9 | DC | 0 | 9 | 8 | 7 | 15F | 26 | 59 |
| Octal | 356 | 331 | 334 | 0 | 11 | 10 | 7 | 537 | 46 | 131 |
| Binary | 11101110 | 11011001 | 11011100 | 0 | 1001 | 1000 | 111 | 101011111 | 100110 | 1011001 |
Color Harmonies of #EED9DC
Complementary color
Monochromatic Colors of #EED9DC
Black with #EED9DC
Text Example
Text Example
White with #EED9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED9DC; }
p { color: rgb(238,217,220); }
H1.HeaderClassName
{
color: #EED9DC;
}
.AnyTagClassName
{
color: #EED9DC;
}
</style>
background-color css
<style>
a { background-color: #EED9DC; }
a { background-color: rgb(238,217,220); }
div.DivClassName
{
background-color: #EED9DC;
}
.BgClassName
{
background-color: #EED9DC;
}
</style>
border-color css
<style>
span { border-color: #EED9DC; }
span { border-color: rgb(238,217,220); }
td.TdClassName
{
border-color: #EED9DC;
}
.TagClassName
{
border-color: #EED9DC;
}
</style>