Shades of Pale Rose #EED0D5
Tints of Pale Rose #EED0D5
RGB
CMYK
RGB Variations
Color information
#EED0D5 (or 0xEED0D5) is known color: Pale Rose. HEX triplet: EE, D0 and D5. RGB value is (238,208,213). Sum of RGB (Red+Green+Blue) = 238+208+213=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 213 (83.59% from 255 or 32.32% from 659); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0D5 is #112F2A. Grayscale: #D9D9D9. Windows color (decimal): -1126187 or 14012654. OLE color: 14012654.
HSL color Cylindrical-coordinate representation of color #EED0D5: hue angle of 350º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EED0D5 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 213 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.07 |
| HSL | 350º | 0.47% | 0.87% | - |
| HSV(B) | 350º | 0.13% | 0.93% | - |
| XYZ | 69.83 | 68.09 | 72.41 | - |
| YUV | 217.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 213 | 0 | 0.13 | 0.11 | 0.07 | 350 | 0.47 | 0.87 |
| Hex | EE | D0 | D5 | 0 | D | B | 7 | 15E | 2F | 57 |
| Octal | 356 | 320 | 325 | 0 | 15 | 13 | 7 | 536 | 57 | 127 |
| Binary | 11101110 | 11010000 | 11010101 | 0 | 1101 | 1011 | 111 | 101011110 | 101111 | 1010111 |
Color Harmonies of #EED0D5
Complementary color
Monochromatic Colors of #EED0D5
Black with #EED0D5
Text Example
Text Example
White with #EED0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0D5; }
p { color: rgb(238,208,213); }
H1.HeaderClassName
{
color: #EED0D5;
}
.AnyTagClassName
{
color: #EED0D5;
}
</style>
background-color css
<style>
a { background-color: #EED0D5; }
a { background-color: rgb(238,208,213); }
div.DivClassName
{
background-color: #EED0D5;
}
.BgClassName
{
background-color: #EED0D5;
}
</style>
border-color css
<style>
span { border-color: #EED0D5; }
span { border-color: rgb(238,208,213); }
td.TdClassName
{
border-color: #EED0D5;
}
.TagClassName
{
border-color: #EED0D5;
}
</style>