Shades of Pale Rose #EACED3
Tints of Pale Rose #EACED3
RGB
CMYK
RGB Variations
Color information
#EACED3 (or 0xEACED3) is known color: Pale Rose. HEX triplet: EA, CE and D3. RGB value is (234,206,211). Sum of RGB (Red+Green+Blue) = 234+206+211=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 211 (82.81% from 255 or 32.41% from 651); Max value from RGB is 234 - color contains mainly: red. Hex color #EACED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACED3 is #15312C. Grayscale: #D6D6D6. Windows color (decimal): -1388845 or 13881066. OLE color: 13881066.
HSL color Cylindrical-coordinate representation of color #EACED3: hue angle of 349.29º 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 #EACED3 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 211 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.08 |
| HSL | 349.29º | 0.4% | 0.86% | - |
| HSV(B) | 349.29º | 0.12% | 0.92% | - |
| XYZ | 67.76 | 66.34 | 70.86 | - |
| YUV | 214.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 211 | 0 | 0.12 | 0.10 | 0.08 | 349.29 | 0.4 | 0.86 |
| Hex | EA | CE | D3 | 0 | C | A | 8 | 15D | 28 | 56 |
| Octal | 352 | 316 | 323 | 0 | 14 | 12 | 10 | 535 | 50 | 126 |
| Binary | 11101010 | 11001110 | 11010011 | 0 | 1100 | 1010 | 1000 | 101011101 | 101000 | 1010110 |
Color Harmonies of #EACED3
Complementary color
Monochromatic Colors of #EACED3
Black with #EACED3
Text Example
Text Example
White with #EACED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACED3; }
p { color: rgb(234,206,211); }
H1.HeaderClassName
{
color: #EACED3;
}
.AnyTagClassName
{
color: #EACED3;
}
</style>
background-color css
<style>
a { background-color: #EACED3; }
a { background-color: rgb(234,206,211); }
div.DivClassName
{
background-color: #EACED3;
}
.BgClassName
{
background-color: #EACED3;
}
</style>
border-color css
<style>
span { border-color: #EACED3; }
span { border-color: rgb(234,206,211); }
td.TdClassName
{
border-color: #EACED3;
}
.TagClassName
{
border-color: #EACED3;
}
</style>