Shades of Pale Rose #EADEDF
Tints of Pale Rose #EADEDF
RGB
CMYK
RGB Variations
Color information
#EADEDF (or 0xEADEDF) is known color: Pale Rose. HEX triplet: EA, DE and DF. RGB value is (234,222,223). Sum of RGB (Red+Green+Blue) = 234+222+223=679 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.46% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 223 (87.5% from 255 or 32.84% from 679); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADEDF is #152120. Grayscale: #E1E1E1. Windows color (decimal): -1384737 or 14671594. OLE color: 14671594.
HSL color Cylindrical-coordinate representation of color #EADEDF: hue angle of 355º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EADEDF is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 223 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.08 |
| HSL | 355º | 0.22% | 0.89% | - |
| HSV(B) | 355º | 0.05% | 0.92% | - |
| XYZ | 73.37 | 75.06 | 80.43 | - |
| YUV | 225.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 223 | 0 | 0.05 | 0.05 | 0.08 | 355 | 0.22 | 0.89 |
| Hex | EA | DE | DF | 0 | 5 | 5 | 8 | 163 | 16 | 59 |
| Octal | 352 | 336 | 337 | 0 | 5 | 5 | 10 | 543 | 26 | 131 |
| Binary | 11101010 | 11011110 | 11011111 | 0 | 101 | 101 | 1000 | 101100011 | 10110 | 1011001 |
Color Harmonies of #EADEDF
Complementary color
Monochromatic Colors of #EADEDF
Black with #EADEDF
Text Example
Text Example
White with #EADEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADEDF; }
p { color: rgb(234,222,223); }
H1.HeaderClassName
{
color: #EADEDF;
}
.AnyTagClassName
{
color: #EADEDF;
}
</style>
background-color css
<style>
a { background-color: #EADEDF; }
a { background-color: rgb(234,222,223); }
div.DivClassName
{
background-color: #EADEDF;
}
.BgClassName
{
background-color: #EADEDF;
}
</style>
border-color css
<style>
span { border-color: #EADEDF; }
span { border-color: rgb(234,222,223); }
td.TdClassName
{
border-color: #EADEDF;
}
.TagClassName
{
border-color: #EADEDF;
}
</style>