Shades of Pale Rose #EDD7DA
Tints of Pale Rose #EDD7DA
RGB
CMYK
RGB Variations
Color information
#EDD7DA (or 0xEDD7DA) is known color: Pale Rose. HEX triplet: ED, D7 and DA. RGB value is (237,215,218). Sum of RGB (Red+Green+Blue) = 237+215+218=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 215 (84.38% from 255 or 32.09% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD7DA is #122825. Grayscale: #DDDDDD. Windows color (decimal): -1189926 or 14342125. OLE color: 14342125.
HSL color Cylindrical-coordinate representation of color #EDD7DA: hue angle of 351.82º 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 #EDD7DA is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 218 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.07 |
| HSL | 351.82º | 0.38% | 0.89% | - |
| HSV(B) | 351.82º | 0.09% | 0.93% | - |
| XYZ | 71.88 | 71.67 | 76.37 | - |
| YUV | 221.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 218 | 0 | 0.09 | 0.08 | 0.07 | 351.82 | 0.38 | 0.89 |
| Hex | ED | D7 | DA | 0 | 9 | 8 | 7 | 160 | 26 | 59 |
| Octal | 355 | 327 | 332 | 0 | 11 | 10 | 7 | 540 | 46 | 131 |
| Binary | 11101101 | 11010111 | 11011010 | 0 | 1001 | 1000 | 111 | 101100000 | 100110 | 1011001 |
Color Harmonies of #EDD7DA
Complementary color
Monochromatic Colors of #EDD7DA
Black with #EDD7DA
Text Example
Text Example
White with #EDD7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD7DA; }
p { color: rgb(237,215,218); }
H1.HeaderClassName
{
color: #EDD7DA;
}
.AnyTagClassName
{
color: #EDD7DA;
}
</style>
background-color css
<style>
a { background-color: #EDD7DA; }
a { background-color: rgb(237,215,218); }
div.DivClassName
{
background-color: #EDD7DA;
}
.BgClassName
{
background-color: #EDD7DA;
}
</style>
border-color css
<style>
span { border-color: #EDD7DA; }
span { border-color: rgb(237,215,218); }
td.TdClassName
{
border-color: #EDD7DA;
}
.TagClassName
{
border-color: #EDD7DA;
}
</style>