Shades of Pale Rose #EDD5D9
Tints of Pale Rose #EDD5D9
RGB
CMYK
RGB Variations
Color information
#EDD5D9 (or 0xEDD5D9) is known color: Pale Rose. HEX triplet: ED, D5 and D9. RGB value is (237,213,217). Sum of RGB (Red+Green+Blue) = 237+213+217=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 213 (83.59% from 255 or 31.93% from 667); Blue value is 217 (85.16% from 255 or 32.53% from 667); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD5D9 is #122A26. Grayscale: #DCDCDC. Windows color (decimal): -1190439 or 14276077. OLE color: 14276077.
HSL color Cylindrical-coordinate representation of color #EDD5D9: hue angle of 350º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDD5D9 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 213 | 217 | - |
CMYK | 0 | 0.10 | 0.08 | 0.07 |
HSL | 350º | 0.4% | 0.88% | - |
HSV(B) | 350º | 0.1% | 0.93% | - |
XYZ | 71.24 | 70.6 | 75.52 | - |
YUV | 220.63 | 125.95 | 139.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 213 | 217 | 0 | 0.10 | 0.08 | 0.07 | 350 | 0.4 | 0.88 |
Hex | ED | D5 | D9 | 0 | A | 8 | 7 | 15E | 28 | 58 |
Octal | 355 | 325 | 331 | 0 | 12 | 10 | 7 | 536 | 50 | 130 |
Binary | 11101101 | 11010101 | 11011001 | 0 | 1010 | 1000 | 111 | 101011110 | 101000 | 1011000 |
Color Harmonies of #EDD5D9
Complementary color
Monochromatic Colors of #EDD5D9
Black with #EDD5D9
Text Example
Text Example
White with #EDD5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD5D9; }
p { color: rgb(237,213,217); }
H1.HeaderClassName
{
color: #EDD5D9;
}
.AnyTagClassName
{
color: #EDD5D9;
}
</style>
background-color css
<style>
a { background-color: #EDD5D9; }
a { background-color: rgb(237,213,217); }
div.DivClassName
{
background-color: #EDD5D9;
}
.BgClassName
{
background-color: #EDD5D9;
}
</style>
border-color css
<style>
span { border-color: #EDD5D9; }
span { border-color: rgb(237,213,217); }
td.TdClassName
{
border-color: #EDD5D9;
}
.TagClassName
{
border-color: #EDD5D9;
}
</style>