Shades of Pale Rose #EADCDE
Tints of Pale Rose #EADCDE
RGB
CMYK
RGB Variations
Color information
#EADCDE (or 0xEADCDE) is known color: Pale Rose. HEX triplet: EA, DC and DE. RGB value is (234,220,222). Sum of RGB (Red+Green+Blue) = 234+220+222=676 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.62% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 222 (87.11% from 255 or 32.84% from 676); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCDE is #152321. Grayscale: #E0E0E0. Windows color (decimal): -1385250 or 14605546. OLE color: 14605546.
HSL color Cylindrical-coordinate representation of color #EADCDE: hue angle of 351.43º degrees, saturation: 0.25, 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 #EADCDE is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 222 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.08 |
| HSL | 351.43º | 0.25% | 0.89% | - |
| HSV(B) | 351.43º | 0.06% | 0.92% | - |
| XYZ | 72.71 | 73.95 | 79.55 | - |
| YUV | 224.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 222 | 0 | 0.06 | 0.05 | 0.08 | 351.43 | 0.25 | 0.89 |
| Hex | EA | DC | DE | 0 | 6 | 5 | 8 | 15F | 19 | 59 |
| Octal | 352 | 334 | 336 | 0 | 6 | 5 | 10 | 537 | 31 | 131 |
| Binary | 11101010 | 11011100 | 11011110 | 0 | 110 | 101 | 1000 | 101011111 | 11001 | 1011001 |
Color Harmonies of #EADCDE
Complementary color
Monochromatic Colors of #EADCDE
Black with #EADCDE
Text Example
Text Example
White with #EADCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCDE; }
p { color: rgb(234,220,222); }
H1.HeaderClassName
{
color: #EADCDE;
}
.AnyTagClassName
{
color: #EADCDE;
}
</style>
background-color css
<style>
a { background-color: #EADCDE; }
a { background-color: rgb(234,220,222); }
div.DivClassName
{
background-color: #EADCDE;
}
.BgClassName
{
background-color: #EADCDE;
}
</style>
border-color css
<style>
span { border-color: #EADCDE; }
span { border-color: rgb(234,220,222); }
td.TdClassName
{
border-color: #EADCDE;
}
.TagClassName
{
border-color: #EADCDE;
}
</style>