Shades of Pale Rose #EED5DC
Tints of Pale Rose #EED5DC
RGB
CMYK
RGB Variations
Color information
#EED5DC (or 0xEED5DC) is known color: Pale Rose. HEX triplet: EE, D5 and DC. RGB value is (238,213,220). Sum of RGB (Red+Green+Blue) = 238+213+220=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 213 (83.59% from 255 or 31.74% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED5DC is #112A23. Grayscale: #DDDDDD. Windows color (decimal): -1124900 or 14472686. OLE color: 14472686.
HSL color Cylindrical-coordinate representation of color #EED5DC: hue angle of 343.2º 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 #EED5DC is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 220 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.07 |
| HSL | 343.2º | 0.42% | 0.88% | - |
| HSV(B) | 343.2º | 0.11% | 0.93% | - |
| XYZ | 71.97 | 70.93 | 77.61 | - |
| YUV | 221.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 220 | 0 | 0.11 | 0.08 | 0.07 | 343.2 | 0.42 | 0.88 |
| Hex | EE | D5 | DC | 0 | B | 8 | 7 | 157 | 2A | 58 |
| Octal | 356 | 325 | 334 | 0 | 13 | 10 | 7 | 527 | 52 | 130 |
| Binary | 11101110 | 11010101 | 11011100 | 0 | 1011 | 1000 | 111 | 101010111 | 101010 | 1011000 |
Color Harmonies of #EED5DC
Complementary color
Monochromatic Colors of #EED5DC
Black with #EED5DC
Text Example
Text Example
White with #EED5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED5DC; }
p { color: rgb(238,213,220); }
H1.HeaderClassName
{
color: #EED5DC;
}
.AnyTagClassName
{
color: #EED5DC;
}
</style>
background-color css
<style>
a { background-color: #EED5DC; }
a { background-color: rgb(238,213,220); }
div.DivClassName
{
background-color: #EED5DC;
}
.BgClassName
{
background-color: #EED5DC;
}
</style>
border-color css
<style>
span { border-color: #EED5DC; }
span { border-color: rgb(238,213,220); }
td.TdClassName
{
border-color: #EED5DC;
}
.TagClassName
{
border-color: #EED5DC;
}
</style>