Shades of Pale Rose #EED6D9
Tints of Pale Rose #EED6D9
RGB
CMYK
RGB Variations
Color information
#EED6D9 (or 0xEED6D9) is known color: Pale Rose. HEX triplet: EE, D6 and D9. RGB value is (238,214,217). Sum of RGB (Red+Green+Blue) = 238+214+217=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 214 (83.98% from 255 or 31.99% from 669); Blue value is 217 (85.16% from 255 or 32.44% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6D9 is #112926. Grayscale: #DDDDDD. Windows color (decimal): -1124647 or 14276334. OLE color: 14276334.
HSL color Cylindrical-coordinate representation of color #EED6D9: hue angle of 352.5º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EED6D9 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 217 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.07 |
| HSL | 352.5º | 0.41% | 0.89% | - |
| HSV(B) | 352.5º | 0.1% | 0.93% | - |
| XYZ | 71.83 | 71.28 | 75.62 | - |
| YUV | 221.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 217 | 0 | 0.10 | 0.09 | 0.07 | 352.5 | 0.41 | 0.89 |
| Hex | EE | D6 | D9 | 0 | A | 9 | 7 | 160 | 29 | 59 |
| Octal | 356 | 326 | 331 | 0 | 12 | 11 | 7 | 540 | 51 | 131 |
| Binary | 11101110 | 11010110 | 11011001 | 0 | 1010 | 1001 | 111 | 101100000 | 101001 | 1011001 |
Color Harmonies of #EED6D9
Complementary color
Monochromatic Colors of #EED6D9
Black with #EED6D9
Text Example
Text Example
White with #EED6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED6D9; }
p { color: rgb(238,214,217); }
H1.HeaderClassName
{
color: #EED6D9;
}
.AnyTagClassName
{
color: #EED6D9;
}
</style>
background-color css
<style>
a { background-color: #EED6D9; }
a { background-color: rgb(238,214,217); }
div.DivClassName
{
background-color: #EED6D9;
}
.BgClassName
{
background-color: #EED6D9;
}
</style>
border-color css
<style>
span { border-color: #EED6D9; }
span { border-color: rgb(238,214,217); }
td.TdClassName
{
border-color: #EED6D9;
}
.TagClassName
{
border-color: #EED6D9;
}
</style>