Shades of Pale Rose #E1CDCF
Tints of Pale Rose #E1CDCF
RGB
CMYK
RGB Variations
Color information
#E1CDCF (or 0xE1CDCF) is known color: Pale Rose. HEX triplet: E1, CD and CF. RGB value is (225,205,207). Sum of RGB (Red+Green+Blue) = 225+205+207=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDCF is #1E3230. Grayscale: #D3D3D3. Windows color (decimal): -1978929 or 13618657. OLE color: 13618657.
HSL color Cylindrical-coordinate representation of color #E1CDCF: hue angle of 354º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1CDCF is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 205 | 207 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.12 |
| HSL | 354º | 0.25% | 0.84% | - |
| HSV(B) | 354º | 0.09% | 0.88% | - |
| XYZ | 64.15 | 64.18 | 68.04 | - |
| YUV | 211.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 207 | 0 | 0.09 | 0.08 | 0.12 | 354 | 0.25 | 0.84 |
| Hex | E1 | CD | CF | 0 | 9 | 8 | C | 162 | 19 | 54 |
| Octal | 341 | 315 | 317 | 0 | 11 | 10 | 14 | 542 | 31 | 124 |
| Binary | 11100001 | 11001101 | 11001111 | 0 | 1001 | 1000 | 1100 | 101100010 | 11001 | 1010100 |
Color Harmonies of #E1CDCF
Complementary color
Monochromatic Colors of #E1CDCF
Black with #E1CDCF
Text Example
Text Example
White with #E1CDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CDCF; }
p { color: rgb(225,205,207); }
H1.HeaderClassName
{
color: #E1CDCF;
}
.AnyTagClassName
{
color: #E1CDCF;
}
</style>
background-color css
<style>
a { background-color: #E1CDCF; }
a { background-color: rgb(225,205,207); }
div.DivClassName
{
background-color: #E1CDCF;
}
.BgClassName
{
background-color: #E1CDCF;
}
</style>
border-color css
<style>
span { border-color: #E1CDCF; }
span { border-color: rgb(225,205,207); }
td.TdClassName
{
border-color: #E1CDCF;
}
.TagClassName
{
border-color: #E1CDCF;
}
</style>