Shades of Pale Rose #EED7DD
Tints of Pale Rose #EED7DD
RGB
CMYK
RGB Variations
Color information
#EED7DD (or 0xEED7DD) is known color: Pale Rose. HEX triplet: EE, D7 and DD. RGB value is (238,215,221). Sum of RGB (Red+Green+Blue) = 238+215+221=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 215 (84.38% from 255 or 31.90% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED7DD is #112822. Grayscale: #DEDEDE. Windows color (decimal): -1124387 or 14538734. OLE color: 14538734.
HSL color Cylindrical-coordinate representation of color #EED7DD: hue angle of 344.35º 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 #EED7DD is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 221 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.07 |
| HSL | 344.35º | 0.4% | 0.89% | - |
| HSV(B) | 344.35º | 0.1% | 0.93% | - |
| XYZ | 72.61 | 72 | 78.48 | - |
| YUV | 222.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 221 | 0 | 0.10 | 0.07 | 0.07 | 344.35 | 0.4 | 0.89 |
| Hex | EE | D7 | DD | 0 | A | 7 | 7 | 158 | 28 | 59 |
| Octal | 356 | 327 | 335 | 0 | 12 | 7 | 7 | 530 | 50 | 131 |
| Binary | 11101110 | 11010111 | 11011101 | 0 | 1010 | 111 | 111 | 101011000 | 101000 | 1011001 |
Color Harmonies of #EED7DD
Complementary color
Monochromatic Colors of #EED7DD
Black with #EED7DD
Text Example
Text Example
White with #EED7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED7DD; }
p { color: rgb(238,215,221); }
H1.HeaderClassName
{
color: #EED7DD;
}
.AnyTagClassName
{
color: #EED7DD;
}
</style>
background-color css
<style>
a { background-color: #EED7DD; }
a { background-color: rgb(238,215,221); }
div.DivClassName
{
background-color: #EED7DD;
}
.BgClassName
{
background-color: #EED7DD;
}
</style>
border-color css
<style>
span { border-color: #EED7DD; }
span { border-color: rgb(238,215,221); }
td.TdClassName
{
border-color: #EED7DD;
}
.TagClassName
{
border-color: #EED7DD;
}
</style>