Shades of Pale Rose #EDD1D4
Tints of Pale Rose #EDD1D4
RGB
CMYK
RGB Variations
Color information
#EDD1D4 (or 0xEDD1D4) is known color: Pale Rose. HEX triplet: ED, D1 and D4. RGB value is (237,209,212). Sum of RGB (Red+Green+Blue) = 237+209+212=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 209 (82.03% from 255 or 31.76% from 658); Blue value is 212 (83.20% from 255 or 32.22% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD1D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD1D4 is #122E2B. Grayscale: #D9D9D9. Windows color (decimal): -1191468 or 13947373. OLE color: 13947373.
HSL color Cylindrical-coordinate representation of color #EDD1D4: hue angle of 353.57º degrees, saturation: 0.44, 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 #EDD1D4 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 212 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.07 |
| HSL | 353.57º | 0.44% | 0.87% | - |
| HSV(B) | 353.57º | 0.12% | 0.93% | - |
| XYZ | 69.61 | 68.36 | 71.81 | - |
| YUV | 217.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 212 | 0 | 0.12 | 0.11 | 0.07 | 353.57 | 0.44 | 0.87 |
| Hex | ED | D1 | D4 | 0 | C | B | 7 | 162 | 2C | 57 |
| Octal | 355 | 321 | 324 | 0 | 14 | 13 | 7 | 542 | 54 | 127 |
| Binary | 11101101 | 11010001 | 11010100 | 0 | 1100 | 1011 | 111 | 101100010 | 101100 | 1010111 |
Color Harmonies of #EDD1D4
Complementary color
Monochromatic Colors of #EDD1D4
Black with #EDD1D4
Text Example
Text Example
White with #EDD1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD1D4; }
p { color: rgb(237,209,212); }
H1.HeaderClassName
{
color: #EDD1D4;
}
.AnyTagClassName
{
color: #EDD1D4;
}
</style>
background-color css
<style>
a { background-color: #EDD1D4; }
a { background-color: rgb(237,209,212); }
div.DivClassName
{
background-color: #EDD1D4;
}
.BgClassName
{
background-color: #EDD1D4;
}
</style>
border-color css
<style>
span { border-color: #EDD1D4; }
span { border-color: rgb(237,209,212); }
td.TdClassName
{
border-color: #EDD1D4;
}
.TagClassName
{
border-color: #EDD1D4;
}
</style>