Shades of Pale Rose #EADDDF
Tints of Pale Rose #EADDDF
RGB
CMYK
RGB Variations
Color information
#EADDDF (or 0xEADDDF) is known color: Pale Rose. HEX triplet: EA, DD and DF. RGB value is (234,221,223). Sum of RGB (Red+Green+Blue) = 234+221+223=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 223 (87.5% from 255 or 32.89% from 678); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDDF is #152220. Grayscale: #E1E1E1. Windows color (decimal): -1384993 or 14671338. OLE color: 14671338.
HSL color Cylindrical-coordinate representation of color #EADDDF: hue angle of 350.77º 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 #EADDDF is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 223 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.08 |
| HSL | 350.77º | 0.24% | 0.89% | - |
| HSV(B) | 350.77º | 0.06% | 0.92% | - |
| XYZ | 73.11 | 74.53 | 80.35 | - |
| YUV | 225.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 223 | 0 | 0.06 | 0.05 | 0.08 | 350.77 | 0.24 | 0.89 |
| Hex | EA | DD | DF | 0 | 6 | 5 | 8 | 15F | 18 | 59 |
| Octal | 352 | 335 | 337 | 0 | 6 | 5 | 10 | 537 | 30 | 131 |
| Binary | 11101010 | 11011101 | 11011111 | 0 | 110 | 101 | 1000 | 101011111 | 11000 | 1011001 |
Color Harmonies of #EADDDF
Complementary color
Monochromatic Colors of #EADDDF
Black with #EADDDF
Text Example
Text Example
White with #EADDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDDF; }
p { color: rgb(234,221,223); }
H1.HeaderClassName
{
color: #EADDDF;
}
.AnyTagClassName
{
color: #EADDDF;
}
</style>
background-color css
<style>
a { background-color: #EADDDF; }
a { background-color: rgb(234,221,223); }
div.DivClassName
{
background-color: #EADDDF;
}
.BgClassName
{
background-color: #EADDDF;
}
</style>
border-color css
<style>
span { border-color: #EADDDF; }
span { border-color: rgb(234,221,223); }
td.TdClassName
{
border-color: #EADDDF;
}
.TagClassName
{
border-color: #EADDDF;
}
</style>