Shades of Pale Rose #EADADD
Tints of Pale Rose #EADADD
RGB
CMYK
RGB Variations
Color information
#EADADD (or 0xEADADD) is known color: Pale Rose. HEX triplet: EA, DA and DD. RGB value is (234,218,221). Sum of RGB (Red+Green+Blue) = 234+218+221=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 234 - color contains mainly: red. Hex color #EADADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADADD is #152522. Grayscale: #DFDFDF. Windows color (decimal): -1385763 or 14539498. OLE color: 14539498.
HSL color Cylindrical-coordinate representation of color #EADADD: hue angle of 348.75º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EADADD is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 221 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.08 |
| HSL | 348.75º | 0.28% | 0.89% | - |
| HSV(B) | 348.75º | 0.07% | 0.92% | - |
| XYZ | 72.05 | 72.86 | 78.67 | - |
| YUV | 223.13 | 126.8 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 221 | 0 | 0.07 | 0.06 | 0.08 | 348.75 | 0.28 | 0.89 |
| Hex | EA | DA | DD | 0 | 7 | 6 | 8 | 15D | 1C | 59 |
| Octal | 352 | 332 | 335 | 0 | 7 | 6 | 10 | 535 | 34 | 131 |
| Binary | 11101010 | 11011010 | 11011101 | 0 | 111 | 110 | 1000 | 101011101 | 11100 | 1011001 |
Color Harmonies of #EADADD
Complementary color
Monochromatic Colors of #EADADD
Black with #EADADD
Text Example
Text Example
White with #EADADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADADD; }
p { color: rgb(234,218,221); }
H1.HeaderClassName
{
color: #EADADD;
}
.AnyTagClassName
{
color: #EADADD;
}
</style>
background-color css
<style>
a { background-color: #EADADD; }
a { background-color: rgb(234,218,221); }
div.DivClassName
{
background-color: #EADADD;
}
.BgClassName
{
background-color: #EADADD;
}
</style>
border-color css
<style>
span { border-color: #EADADD; }
span { border-color: rgb(234,218,221); }
td.TdClassName
{
border-color: #EADADD;
}
.TagClassName
{
border-color: #EADADD;
}
</style>