Shades of Pale Rose #EDD9DC
Tints of Pale Rose #EDD9DC
RGB
CMYK
RGB Variations
Color information
#EDD9DC (or 0xEDD9DC) is known color: Pale Rose. HEX triplet: ED, D9 and DC. RGB value is (237,217,220). Sum of RGB (Red+Green+Blue) = 237+217+220=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 217 (85.16% from 255 or 32.20% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD9DC is #122623. Grayscale: #DFDFDF. Windows color (decimal): -1189412 or 14473709. OLE color: 14473709.
HSL color Cylindrical-coordinate representation of color #EDD9DC: hue angle of 351º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDD9DC is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 220 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.07 |
| HSL | 351º | 0.36% | 0.89% | - |
| HSV(B) | 351º | 0.08% | 0.93% | - |
| XYZ | 72.66 | 72.8 | 77.93 | - |
| YUV | 223.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 220 | 0 | 0.08 | 0.07 | 0.07 | 351 | 0.36 | 0.89 |
| Hex | ED | D9 | DC | 0 | 8 | 7 | 7 | 15F | 24 | 59 |
| Octal | 355 | 331 | 334 | 0 | 10 | 7 | 7 | 537 | 44 | 131 |
| Binary | 11101101 | 11011001 | 11011100 | 0 | 1000 | 111 | 111 | 101011111 | 100100 | 1011001 |
Color Harmonies of #EDD9DC
Complementary color
Monochromatic Colors of #EDD9DC
Black with #EDD9DC
Text Example
Text Example
White with #EDD9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD9DC; }
p { color: rgb(237,217,220); }
H1.HeaderClassName
{
color: #EDD9DC;
}
.AnyTagClassName
{
color: #EDD9DC;
}
</style>
background-color css
<style>
a { background-color: #EDD9DC; }
a { background-color: rgb(237,217,220); }
div.DivClassName
{
background-color: #EDD9DC;
}
.BgClassName
{
background-color: #EDD9DC;
}
</style>
border-color css
<style>
span { border-color: #EDD9DC; }
span { border-color: rgb(237,217,220); }
td.TdClassName
{
border-color: #EDD9DC;
}
.TagClassName
{
border-color: #EDD9DC;
}
</style>