Shades of Pale Rose #EACED1
Tints of Pale Rose #EACED1
RGB
CMYK
RGB Variations
Color information
#EACED1 (or 0xEACED1) is known color: Pale Rose. HEX triplet: EA, CE and D1. RGB value is (234,206,209). Sum of RGB (Red+Green+Blue) = 234+206+209=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 209 (82.03% from 255 or 32.20% from 649); Max value from RGB is 234 - color contains mainly: red. Hex color #EACED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACED1 is #15312E. Grayscale: #D6D6D6. Windows color (decimal): -1388847 or 13749994. OLE color: 13749994.
HSL color Cylindrical-coordinate representation of color #EACED1: hue angle of 353.57º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EACED1 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 209 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.08 |
| HSL | 353.57º | 0.4% | 0.86% | - |
| HSV(B) | 353.57º | 0.12% | 0.92% | - |
| XYZ | 67.51 | 66.24 | 69.55 | - |
| YUV | 214.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 209 | 0 | 0.12 | 0.11 | 0.08 | 353.57 | 0.4 | 0.86 |
| Hex | EA | CE | D1 | 0 | C | B | 8 | 162 | 28 | 56 |
| Octal | 352 | 316 | 321 | 0 | 14 | 13 | 10 | 542 | 50 | 126 |
| Binary | 11101010 | 11001110 | 11010001 | 0 | 1100 | 1011 | 1000 | 101100010 | 101000 | 1010110 |
Color Harmonies of #EACED1
Complementary color
Monochromatic Colors of #EACED1
Black with #EACED1
Text Example
Text Example
White with #EACED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACED1; }
p { color: rgb(234,206,209); }
H1.HeaderClassName
{
color: #EACED1;
}
.AnyTagClassName
{
color: #EACED1;
}
</style>
background-color css
<style>
a { background-color: #EACED1; }
a { background-color: rgb(234,206,209); }
div.DivClassName
{
background-color: #EACED1;
}
.BgClassName
{
background-color: #EACED1;
}
</style>
border-color css
<style>
span { border-color: #EACED1; }
span { border-color: rgb(234,206,209); }
td.TdClassName
{
border-color: #EACED1;
}
.TagClassName
{
border-color: #EACED1;
}
</style>