Shades of Pale Rose #EACDD3
Tints of Pale Rose #EACDD3
RGB
CMYK
RGB Variations
Color information
#EACDD3 (or 0xEACDD3) is known color: Pale Rose. HEX triplet: EA, CD and D3. RGB value is (234,205,211). Sum of RGB (Red+Green+Blue) = 234+205+211=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 211 (82.81% from 255 or 32.46% from 650); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACDD3 is #15322C. Grayscale: #D6D6D6. Windows color (decimal): -1389101 or 13880810. OLE color: 13880810.
HSL color Cylindrical-coordinate representation of color #EACDD3: hue angle of 347.59º degrees, saturation: 0.41, 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 #EACDD3 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 211 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.08 |
| HSL | 347.59º | 0.41% | 0.86% | - |
| HSV(B) | 347.59º | 0.12% | 0.92% | - |
| XYZ | 67.52 | 65.86 | 70.78 | - |
| YUV | 214.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 211 | 0 | 0.12 | 0.10 | 0.08 | 347.59 | 0.41 | 0.86 |
| Hex | EA | CD | D3 | 0 | C | A | 8 | 15C | 29 | 56 |
| Octal | 352 | 315 | 323 | 0 | 14 | 12 | 10 | 534 | 51 | 126 |
| Binary | 11101010 | 11001101 | 11010011 | 0 | 1100 | 1010 | 1000 | 101011100 | 101001 | 1010110 |
Color Harmonies of #EACDD3
Complementary color
Monochromatic Colors of #EACDD3
Black with #EACDD3
Text Example
Text Example
White with #EACDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACDD3; }
p { color: rgb(234,205,211); }
H1.HeaderClassName
{
color: #EACDD3;
}
.AnyTagClassName
{
color: #EACDD3;
}
</style>
background-color css
<style>
a { background-color: #EACDD3; }
a { background-color: rgb(234,205,211); }
div.DivClassName
{
background-color: #EACDD3;
}
.BgClassName
{
background-color: #EACDD3;
}
</style>
border-color css
<style>
span { border-color: #EACDD3; }
span { border-color: rgb(234,205,211); }
td.TdClassName
{
border-color: #EACDD3;
}
.TagClassName
{
border-color: #EACDD3;
}
</style>