Shades of Pale Rose #EACED0
Tints of Pale Rose #EACED0
RGB
CMYK
RGB Variations
Color information
#EACED0 (or 0xEACED0) is known color: Pale Rose. HEX triplet: EA, CE and D0. RGB value is (234,206,208). Sum of RGB (Red+Green+Blue) = 234+206+208=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 234 - color contains mainly: red. Hex color #EACED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACED0 is #15312F. Grayscale: #D6D6D6. Windows color (decimal): -1388848 or 13684458. OLE color: 13684458.
HSL color Cylindrical-coordinate representation of color #EACED0: hue angle of 355.71º 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 #EACED0 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 208 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.08 |
| HSL | 355.71º | 0.4% | 0.86% | - |
| HSV(B) | 355.71º | 0.12% | 0.92% | - |
| XYZ | 67.39 | 66.19 | 68.9 | - |
| YUV | 214.6 | 124.28 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 208 | 0 | 0.12 | 0.11 | 0.08 | 355.71 | 0.4 | 0.86 |
| Hex | EA | CE | D0 | 0 | C | B | 8 | 164 | 28 | 56 |
| Octal | 352 | 316 | 320 | 0 | 14 | 13 | 10 | 544 | 50 | 126 |
| Binary | 11101010 | 11001110 | 11010000 | 0 | 1100 | 1011 | 1000 | 101100100 | 101000 | 1010110 |
Color Harmonies of #EACED0
Complementary color
Monochromatic Colors of #EACED0
Black with #EACED0
Text Example
Text Example
White with #EACED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACED0; }
p { color: rgb(234,206,208); }
H1.HeaderClassName
{
color: #EACED0;
}
.AnyTagClassName
{
color: #EACED0;
}
</style>
background-color css
<style>
a { background-color: #EACED0; }
a { background-color: rgb(234,206,208); }
div.DivClassName
{
background-color: #EACED0;
}
.BgClassName
{
background-color: #EACED0;
}
</style>
border-color css
<style>
span { border-color: #EACED0; }
span { border-color: rgb(234,206,208); }
td.TdClassName
{
border-color: #EACED0;
}
.TagClassName
{
border-color: #EACED0;
}
</style>