Shades of Pale Rose #E1CACD
Tints of Pale Rose #E1CACD
RGB
CMYK
RGB Variations
Color information
#E1CACD (or 0xE1CACD) is known color: Pale Rose. HEX triplet: E1, CA and CD. RGB value is (225,202,205). Sum of RGB (Red+Green+Blue) = 225+202+205=632 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.60% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CACD is #1E3532. Grayscale: #D1D1D1. Windows color (decimal): -1979699 or 13486817. OLE color: 13486817.
HSL color Cylindrical-coordinate representation of color #E1CACD: hue angle of 352.17º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1CACD is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 205 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.12 |
| HSL | 352.17º | 0.28% | 0.84% | - |
| HSV(B) | 352.17º | 0.1% | 0.88% | - |
| XYZ | 63.19 | 62.66 | 66.52 | - |
| YUV | 209.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 205 | 0 | 0.10 | 0.09 | 0.12 | 352.17 | 0.28 | 0.84 |
| Hex | E1 | CA | CD | 0 | A | 9 | C | 160 | 1C | 54 |
| Octal | 341 | 312 | 315 | 0 | 12 | 11 | 14 | 540 | 34 | 124 |
| Binary | 11100001 | 11001010 | 11001101 | 0 | 1010 | 1001 | 1100 | 101100000 | 11100 | 1010100 |
Color Harmonies of #E1CACD
Complementary color
Monochromatic Colors of #E1CACD
Black with #E1CACD
Text Example
Text Example
White with #E1CACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CACD; }
p { color: rgb(225,202,205); }
H1.HeaderClassName
{
color: #E1CACD;
}
.AnyTagClassName
{
color: #E1CACD;
}
</style>
background-color css
<style>
a { background-color: #E1CACD; }
a { background-color: rgb(225,202,205); }
div.DivClassName
{
background-color: #E1CACD;
}
.BgClassName
{
background-color: #E1CACD;
}
</style>
border-color css
<style>
span { border-color: #E1CACD; }
span { border-color: rgb(225,202,205); }
td.TdClassName
{
border-color: #E1CACD;
}
.TagClassName
{
border-color: #E1CACD;
}
</style>