Shades of Pale Rose #EDD7DC
Tints of Pale Rose #EDD7DC
RGB
CMYK
RGB Variations
Color information
#EDD7DC (or 0xEDD7DC) is known color: Pale Rose. HEX triplet: ED, D7 and DC. RGB value is (237,215,220). Sum of RGB (Red+Green+Blue) = 237+215+220=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 215 (84.38% from 255 or 31.99% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD7DC is #122823. Grayscale: #DEDEDE. Windows color (decimal): -1189924 or 14473197. OLE color: 14473197.
HSL color Cylindrical-coordinate representation of color #EDD7DC: hue angle of 346.36º 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 #EDD7DC is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 220 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.07 |
| HSL | 346.36º | 0.38% | 0.89% | - |
| HSV(B) | 346.36º | 0.09% | 0.93% | - |
| XYZ | 72.14 | 71.77 | 77.76 | - |
| YUV | 222.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 220 | 0 | 0.09 | 0.07 | 0.07 | 346.36 | 0.38 | 0.89 |
| Hex | ED | D7 | DC | 0 | 9 | 7 | 7 | 15A | 26 | 59 |
| Octal | 355 | 327 | 334 | 0 | 11 | 7 | 7 | 532 | 46 | 131 |
| Binary | 11101101 | 11010111 | 11011100 | 0 | 1001 | 111 | 111 | 101011010 | 100110 | 1011001 |
Color Harmonies of #EDD7DC
Complementary color
Monochromatic Colors of #EDD7DC
Black with #EDD7DC
Text Example
Text Example
White with #EDD7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD7DC; }
p { color: rgb(237,215,220); }
H1.HeaderClassName
{
color: #EDD7DC;
}
.AnyTagClassName
{
color: #EDD7DC;
}
</style>
background-color css
<style>
a { background-color: #EDD7DC; }
a { background-color: rgb(237,215,220); }
div.DivClassName
{
background-color: #EDD7DC;
}
.BgClassName
{
background-color: #EDD7DC;
}
</style>
border-color css
<style>
span { border-color: #EDD7DC; }
span { border-color: rgb(237,215,220); }
td.TdClassName
{
border-color: #EDD7DC;
}
.TagClassName
{
border-color: #EDD7DC;
}
</style>