Shades of Pale Rose #EED1D5
Tints of Pale Rose #EED1D5
RGB
CMYK
RGB Variations
Color information
#EED1D5 (or 0xEED1D5) is known color: Pale Rose. HEX triplet: EE, D1 and D5. RGB value is (238,209,213). Sum of RGB (Red+Green+Blue) = 238+209+213=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 209 (82.03% from 255 or 31.67% from 660); Blue value is 213 (83.59% from 255 or 32.27% from 660); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED1D5 is #112E2A. Grayscale: #DADADA. Windows color (decimal): -1125931 or 14012910. OLE color: 14012910.
HSL color Cylindrical-coordinate representation of color #EED1D5: hue angle of 351.72º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EED1D5 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 213 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.07 |
| HSL | 351.72º | 0.46% | 0.88% | - |
| HSV(B) | 351.72º | 0.12% | 0.93% | - |
| XYZ | 70.07 | 68.58 | 72.5 | - |
| YUV | 218.13 | 125.11 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 213 | 0 | 0.12 | 0.11 | 0.07 | 351.72 | 0.46 | 0.88 |
| Hex | EE | D1 | D5 | 0 | C | B | 7 | 160 | 2E | 58 |
| Octal | 356 | 321 | 325 | 0 | 14 | 13 | 7 | 540 | 56 | 130 |
| Binary | 11101110 | 11010001 | 11010101 | 0 | 1100 | 1011 | 111 | 101100000 | 101110 | 1011000 |
Color Harmonies of #EED1D5
Complementary color
Monochromatic Colors of #EED1D5
Black with #EED1D5
Text Example
Text Example
White with #EED1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED1D5; }
p { color: rgb(238,209,213); }
H1.HeaderClassName
{
color: #EED1D5;
}
.AnyTagClassName
{
color: #EED1D5;
}
</style>
background-color css
<style>
a { background-color: #EED1D5; }
a { background-color: rgb(238,209,213); }
div.DivClassName
{
background-color: #EED1D5;
}
.BgClassName
{
background-color: #EED1D5;
}
</style>
border-color css
<style>
span { border-color: #EED1D5; }
span { border-color: rgb(238,209,213); }
td.TdClassName
{
border-color: #EED1D5;
}
.TagClassName
{
border-color: #EED1D5;
}
</style>