Shades of Pale Rose #EED7D9
Tints of Pale Rose #EED7D9
RGB
CMYK
RGB Variations
Color information
#EED7D9 (or 0xEED7D9) is known color: Pale Rose. HEX triplet: EE, D7 and D9. RGB value is (238,215,217). Sum of RGB (Red+Green+Blue) = 238+215+217=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 215 (84.38% from 255 or 32.09% from 670); Blue value is 217 (85.16% from 255 or 32.39% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED7D9 is #112826. Grayscale: #DEDEDE. Windows color (decimal): -1124391 or 14276590. OLE color: 14276590.
HSL color Cylindrical-coordinate representation of color #EED7D9: hue angle of 354.78º degrees, saturation: 0.4, 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 #EED7D9 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 217 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.07 |
| HSL | 354.78º | 0.4% | 0.89% | - |
| HSV(B) | 354.78º | 0.1% | 0.93% | - |
| XYZ | 72.08 | 71.79 | 75.7 | - |
| YUV | 222.11 | 125.12 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 217 | 0 | 0.10 | 0.09 | 0.07 | 354.78 | 0.4 | 0.89 |
| Hex | EE | D7 | D9 | 0 | A | 9 | 7 | 163 | 28 | 59 |
| Octal | 356 | 327 | 331 | 0 | 12 | 11 | 7 | 543 | 50 | 131 |
| Binary | 11101110 | 11010111 | 11011001 | 0 | 1010 | 1001 | 111 | 101100011 | 101000 | 1011001 |
Color Harmonies of #EED7D9
Complementary color
Monochromatic Colors of #EED7D9
Black with #EED7D9
Text Example
Text Example
White with #EED7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED7D9; }
p { color: rgb(238,215,217); }
H1.HeaderClassName
{
color: #EED7D9;
}
.AnyTagClassName
{
color: #EED7D9;
}
</style>
background-color css
<style>
a { background-color: #EED7D9; }
a { background-color: rgb(238,215,217); }
div.DivClassName
{
background-color: #EED7D9;
}
.BgClassName
{
background-color: #EED7D9;
}
</style>
border-color css
<style>
span { border-color: #EED7D9; }
span { border-color: rgb(238,215,217); }
td.TdClassName
{
border-color: #EED7D9;
}
.TagClassName
{
border-color: #EED7D9;
}
</style>