Shades of Pale Rose #EDD8DD
Tints of Pale Rose #EDD8DD
RGB
CMYK
RGB Variations
Color information
#EDD8DD (or 0xEDD8DD) is known color: Pale Rose. HEX triplet: ED, D8 and DD. RGB value is (237,216,221). Sum of RGB (Red+Green+Blue) = 237+216+221=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 216 (84.77% from 255 or 32.05% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD8DD is #122722. Grayscale: #DEDEDE. Windows color (decimal): -1189667 or 14538989. OLE color: 14538989.
HSL color Cylindrical-coordinate representation of color #EDD8DD: hue angle of 345.71º degrees, saturation: 0.37, 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 #EDD8DD is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 221 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.07 |
| HSL | 345.71º | 0.37% | 0.89% | - |
| HSV(B) | 345.71º | 0.09% | 0.93% | - |
| XYZ | 72.53 | 72.34 | 78.55 | - |
| YUV | 222.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 221 | 0 | 0.09 | 0.07 | 0.07 | 345.71 | 0.37 | 0.89 |
| Hex | ED | D8 | DD | 0 | 9 | 7 | 7 | 15A | 25 | 59 |
| Octal | 355 | 330 | 335 | 0 | 11 | 7 | 7 | 532 | 45 | 131 |
| Binary | 11101101 | 11011000 | 11011101 | 0 | 1001 | 111 | 111 | 101011010 | 100101 | 1011001 |
Color Harmonies of #EDD8DD
Complementary color
Monochromatic Colors of #EDD8DD
Black with #EDD8DD
Text Example
Text Example
White with #EDD8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD8DD; }
p { color: rgb(237,216,221); }
H1.HeaderClassName
{
color: #EDD8DD;
}
.AnyTagClassName
{
color: #EDD8DD;
}
</style>
background-color css
<style>
a { background-color: #EDD8DD; }
a { background-color: rgb(237,216,221); }
div.DivClassName
{
background-color: #EDD8DD;
}
.BgClassName
{
background-color: #EDD8DD;
}
</style>
border-color css
<style>
span { border-color: #EDD8DD; }
span { border-color: rgb(237,216,221); }
td.TdClassName
{
border-color: #EDD8DD;
}
.TagClassName
{
border-color: #EDD8DD;
}
</style>