Shades of Pale Rose #EED9DE
Tints of Pale Rose #EED9DE
RGB
CMYK
RGB Variations
Color information
#EED9DE (or 0xEED9DE) is known color: Pale Rose. HEX triplet: EE, D9 and DE. RGB value is (238,217,222). Sum of RGB (Red+Green+Blue) = 238+217+222=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 217 (85.16% from 255 or 32.05% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED9DE is #112621. Grayscale: #DFDFDF. Windows color (decimal): -1123874 or 14604782. OLE color: 14604782.
HSL color Cylindrical-coordinate representation of color #EED9DE: hue angle of 345.71º 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 #EED9DE is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 222 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.07 |
| HSL | 345.71º | 0.38% | 0.89% | - |
| HSV(B) | 345.71º | 0.09% | 0.93% | - |
| XYZ | 73.26 | 73.08 | 79.35 | - |
| YUV | 223.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 222 | 0 | 0.09 | 0.07 | 0.07 | 345.71 | 0.38 | 0.89 |
| Hex | EE | D9 | DE | 0 | 9 | 7 | 7 | 15A | 26 | 59 |
| Octal | 356 | 331 | 336 | 0 | 11 | 7 | 7 | 532 | 46 | 131 |
| Binary | 11101110 | 11011001 | 11011110 | 0 | 1001 | 111 | 111 | 101011010 | 100110 | 1011001 |
Color Harmonies of #EED9DE
Complementary color
Monochromatic Colors of #EED9DE
Black with #EED9DE
Text Example
Text Example
White with #EED9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED9DE; }
p { color: rgb(238,217,222); }
H1.HeaderClassName
{
color: #EED9DE;
}
.AnyTagClassName
{
color: #EED9DE;
}
</style>
background-color css
<style>
a { background-color: #EED9DE; }
a { background-color: rgb(238,217,222); }
div.DivClassName
{
background-color: #EED9DE;
}
.BgClassName
{
background-color: #EED9DE;
}
</style>
border-color css
<style>
span { border-color: #EED9DE; }
span { border-color: rgb(238,217,222); }
td.TdClassName
{
border-color: #EED9DE;
}
.TagClassName
{
border-color: #EED9DE;
}
</style>