Shades of Pale Rose #EDD7DD
Tints of Pale Rose #EDD7DD
RGB
CMYK
RGB Variations
Color information
#EDD7DD (or 0xEDD7DD) is known color: Pale Rose. HEX triplet: ED, D7 and DD. RGB value is (237,215,221). Sum of RGB (Red+Green+Blue) = 237+215+221=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 215 (84.38% from 255 or 31.95% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD7DD is #122822. Grayscale: #DEDEDE. Windows color (decimal): -1189923 or 14538733. OLE color: 14538733.
HSL color Cylindrical-coordinate representation of color #EDD7DD: hue angle of 343.64º 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 #EDD7DD is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 221 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.07 |
| HSL | 343.64º | 0.38% | 0.89% | - |
| HSV(B) | 343.64º | 0.09% | 0.93% | - |
| XYZ | 72.28 | 71.83 | 78.46 | - |
| YUV | 222.26 | 127.29 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 221 | 0 | 0.09 | 0.07 | 0.07 | 343.64 | 0.38 | 0.89 |
| Hex | ED | D7 | DD | 0 | 9 | 7 | 7 | 158 | 26 | 59 |
| Octal | 355 | 327 | 335 | 0 | 11 | 7 | 7 | 530 | 46 | 131 |
| Binary | 11101101 | 11010111 | 11011101 | 0 | 1001 | 111 | 111 | 101011000 | 100110 | 1011001 |
Color Harmonies of #EDD7DD
Complementary color
Monochromatic Colors of #EDD7DD
Black with #EDD7DD
Text Example
Text Example
White with #EDD7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD7DD; }
p { color: rgb(237,215,221); }
H1.HeaderClassName
{
color: #EDD7DD;
}
.AnyTagClassName
{
color: #EDD7DD;
}
</style>
background-color css
<style>
a { background-color: #EDD7DD; }
a { background-color: rgb(237,215,221); }
div.DivClassName
{
background-color: #EDD7DD;
}
.BgClassName
{
background-color: #EDD7DD;
}
</style>
border-color css
<style>
span { border-color: #EDD7DD; }
span { border-color: rgb(237,215,221); }
td.TdClassName
{
border-color: #EDD7DD;
}
.TagClassName
{
border-color: #EDD7DD;
}
</style>