Shades of Pale Rose #EACED4
Tints of Pale Rose #EACED4
RGB
CMYK
RGB Variations
Color information
#EACED4 (or 0xEACED4) is known color: Pale Rose. HEX triplet: EA, CE and D4. RGB value is (234,206,212). Sum of RGB (Red+Green+Blue) = 234+206+212=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 234 - color contains mainly: red. Hex color #EACED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACED4 is #15312B. Grayscale: #D7D7D7. Windows color (decimal): -1388844 or 13946602. OLE color: 13946602.
HSL color Cylindrical-coordinate representation of color #EACED4: hue angle of 347.14º 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 #EACED4 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 212 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.08 |
| HSL | 347.14º | 0.4% | 0.86% | - |
| HSV(B) | 347.14º | 0.12% | 0.92% | - |
| XYZ | 67.89 | 66.39 | 71.52 | - |
| YUV | 215.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 212 | 0 | 0.12 | 0.09 | 0.08 | 347.14 | 0.4 | 0.86 |
| Hex | EA | CE | D4 | 0 | C | 9 | 8 | 15B | 28 | 56 |
| Octal | 352 | 316 | 324 | 0 | 14 | 11 | 10 | 533 | 50 | 126 |
| Binary | 11101010 | 11001110 | 11010100 | 0 | 1100 | 1001 | 1000 | 101011011 | 101000 | 1010110 |
Color Harmonies of #EACED4
Complementary color
Monochromatic Colors of #EACED4
Black with #EACED4
Text Example
Text Example
White with #EACED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACED4; }
p { color: rgb(234,206,212); }
H1.HeaderClassName
{
color: #EACED4;
}
.AnyTagClassName
{
color: #EACED4;
}
</style>
background-color css
<style>
a { background-color: #EACED4; }
a { background-color: rgb(234,206,212); }
div.DivClassName
{
background-color: #EACED4;
}
.BgClassName
{
background-color: #EACED4;
}
</style>
border-color css
<style>
span { border-color: #EACED4; }
span { border-color: rgb(234,206,212); }
td.TdClassName
{
border-color: #EACED4;
}
.TagClassName
{
border-color: #EACED4;
}
</style>