Shades of Pale Rose #EDD0D4
Tints of Pale Rose #EDD0D4
RGB
CMYK
RGB Variations
Color information
#EDD0D4 (or 0xEDD0D4) is known color: Pale Rose. HEX triplet: ED, D0 and D4. RGB value is (237,208,212). Sum of RGB (Red+Green+Blue) = 237+208+212=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 208 (81.64% from 255 or 31.66% from 657); Blue value is 212 (83.20% from 255 or 32.27% from 657); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0D4 is #122F2B. Grayscale: #D9D9D9. Windows color (decimal): -1191724 or 13947117. OLE color: 13947117.
HSL color Cylindrical-coordinate representation of color #EDD0D4: hue angle of 351.72º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDD0D4 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 212 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.07 |
| HSL | 351.72º | 0.45% | 0.87% | - |
| HSV(B) | 351.72º | 0.12% | 0.93% | - |
| XYZ | 69.36 | 67.87 | 71.73 | - |
| YUV | 217.13 | 125.11 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 212 | 0 | 0.12 | 0.11 | 0.07 | 351.72 | 0.45 | 0.87 |
| Hex | ED | D0 | D4 | 0 | C | B | 7 | 160 | 2D | 57 |
| Octal | 355 | 320 | 324 | 0 | 14 | 13 | 7 | 540 | 55 | 127 |
| Binary | 11101101 | 11010000 | 11010100 | 0 | 1100 | 1011 | 111 | 101100000 | 101101 | 1010111 |
Color Harmonies of #EDD0D4
Complementary color
Monochromatic Colors of #EDD0D4
Black with #EDD0D4
Text Example
Text Example
White with #EDD0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD0D4; }
p { color: rgb(237,208,212); }
H1.HeaderClassName
{
color: #EDD0D4;
}
.AnyTagClassName
{
color: #EDD0D4;
}
</style>
background-color css
<style>
a { background-color: #EDD0D4; }
a { background-color: rgb(237,208,212); }
div.DivClassName
{
background-color: #EDD0D4;
}
.BgClassName
{
background-color: #EDD0D4;
}
</style>
border-color css
<style>
span { border-color: #EDD0D4; }
span { border-color: rgb(237,208,212); }
td.TdClassName
{
border-color: #EDD0D4;
}
.TagClassName
{
border-color: #EDD0D4;
}
</style>