Shades of Pale Rose #EED9DD
Tints of Pale Rose #EED9DD
RGB
CMYK
RGB Variations
Color information
#EED9DD (or 0xEED9DD) is known color: Pale Rose. HEX triplet: EE, D9 and DD. RGB value is (238,217,221). Sum of RGB (Red+Green+Blue) = 238+217+221=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED9DD is #112622. Grayscale: #DFDFDF. Windows color (decimal): -1123875 or 14539246. OLE color: 14539246.
HSL color Cylindrical-coordinate representation of color #EED9DD: hue angle of 348.57º 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 #EED9DD is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 221 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.07 |
| HSL | 348.57º | 0.38% | 0.89% | - |
| HSV(B) | 348.57º | 0.09% | 0.93% | - |
| XYZ | 73.12 | 73.02 | 78.65 | - |
| YUV | 223.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 221 | 0 | 0.09 | 0.07 | 0.07 | 348.57 | 0.38 | 0.89 |
| Hex | EE | D9 | DD | 0 | 9 | 7 | 7 | 15D | 26 | 59 |
| Octal | 356 | 331 | 335 | 0 | 11 | 7 | 7 | 535 | 46 | 131 |
| Binary | 11101110 | 11011001 | 11011101 | 0 | 1001 | 111 | 111 | 101011101 | 100110 | 1011001 |
Color Harmonies of #EED9DD
Complementary color
Monochromatic Colors of #EED9DD
Black with #EED9DD
Text Example
Text Example
White with #EED9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED9DD; }
p { color: rgb(238,217,221); }
H1.HeaderClassName
{
color: #EED9DD;
}
.AnyTagClassName
{
color: #EED9DD;
}
</style>
background-color css
<style>
a { background-color: #EED9DD; }
a { background-color: rgb(238,217,221); }
div.DivClassName
{
background-color: #EED9DD;
}
.BgClassName
{
background-color: #EED9DD;
}
</style>
border-color css
<style>
span { border-color: #EED9DD; }
span { border-color: rgb(238,217,221); }
td.TdClassName
{
border-color: #EED9DD;
}
.TagClassName
{
border-color: #EED9DD;
}
</style>