Shades of Pale Rose #EED5DA
Tints of Pale Rose #EED5DA
RGB
CMYK
RGB Variations
Color information
#EED5DA (or 0xEED5DA) is known color: Pale Rose. HEX triplet: EE, D5 and DA. RGB value is (238,213,218). Sum of RGB (Red+Green+Blue) = 238+213+218=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 213 (83.59% from 255 or 31.84% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED5DA is #112A25. Grayscale: #DDDDDD. Windows color (decimal): -1124902 or 14341614. OLE color: 14341614.
HSL color Cylindrical-coordinate representation of color #EED5DA: hue angle of 348º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EED5DA is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 218 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.07 |
| HSL | 348º | 0.42% | 0.88% | - |
| HSV(B) | 348º | 0.11% | 0.93% | - |
| XYZ | 71.71 | 70.83 | 76.22 | - |
| YUV | 221.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 218 | 0 | 0.11 | 0.08 | 0.07 | 348 | 0.42 | 0.88 |
| Hex | EE | D5 | DA | 0 | B | 8 | 7 | 15C | 2A | 58 |
| Octal | 356 | 325 | 332 | 0 | 13 | 10 | 7 | 534 | 52 | 130 |
| Binary | 11101110 | 11010101 | 11011010 | 0 | 1011 | 1000 | 111 | 101011100 | 101010 | 1011000 |
Color Harmonies of #EED5DA
Complementary color
Monochromatic Colors of #EED5DA
Black with #EED5DA
Text Example
Text Example
White with #EED5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED5DA; }
p { color: rgb(238,213,218); }
H1.HeaderClassName
{
color: #EED5DA;
}
.AnyTagClassName
{
color: #EED5DA;
}
</style>
background-color css
<style>
a { background-color: #EED5DA; }
a { background-color: rgb(238,213,218); }
div.DivClassName
{
background-color: #EED5DA;
}
.BgClassName
{
background-color: #EED5DA;
}
</style>
border-color css
<style>
span { border-color: #EED5DA; }
span { border-color: rgb(238,213,218); }
td.TdClassName
{
border-color: #EED5DA;
}
.TagClassName
{
border-color: #EED5DA;
}
</style>