Shades of Pale Rose #EADDDE
Tints of Pale Rose #EADDDE
RGB
CMYK
RGB Variations
Color information
#EADDDE (or 0xEADDDE) is known color: Pale Rose. HEX triplet: EA, DD and DE. RGB value is (234,221,222). Sum of RGB (Red+Green+Blue) = 234+221+222=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDDE is #152221. Grayscale: #E1E1E1. Windows color (decimal): -1384994 or 14605802. OLE color: 14605802.
HSL color Cylindrical-coordinate representation of color #EADDDE: hue angle of 355.38º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EADDDE is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 222 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.08 |
| HSL | 355.38º | 0.24% | 0.89% | - |
| HSV(B) | 355.38º | 0.06% | 0.92% | - |
| XYZ | 72.97 | 74.48 | 79.64 | - |
| YUV | 225 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 222 | 0 | 0.06 | 0.05 | 0.08 | 355.38 | 0.24 | 0.89 |
| Hex | EA | DD | DE | 0 | 6 | 5 | 8 | 163 | 18 | 59 |
| Octal | 352 | 335 | 336 | 0 | 6 | 5 | 10 | 543 | 30 | 131 |
| Binary | 11101010 | 11011101 | 11011110 | 0 | 110 | 101 | 1000 | 101100011 | 11000 | 1011001 |
Color Harmonies of #EADDDE
Complementary color
Monochromatic Colors of #EADDDE
Black with #EADDDE
Text Example
Text Example
White with #EADDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDDE; }
p { color: rgb(234,221,222); }
H1.HeaderClassName
{
color: #EADDDE;
}
.AnyTagClassName
{
color: #EADDDE;
}
</style>
background-color css
<style>
a { background-color: #EADDDE; }
a { background-color: rgb(234,221,222); }
div.DivClassName
{
background-color: #EADDDE;
}
.BgClassName
{
background-color: #EADDDE;
}
</style>
border-color css
<style>
span { border-color: #EADDDE; }
span { border-color: rgb(234,221,222); }
td.TdClassName
{
border-color: #EADDDE;
}
.TagClassName
{
border-color: #EADDDE;
}
</style>