Shades of Pale Rose #E1CECF
Tints of Pale Rose #E1CECF
RGB
CMYK
RGB Variations
Color information
#E1CECF (or 0xE1CECF) is known color: Pale Rose. HEX triplet: E1, CE and CF. RGB value is (225,206,207). Sum of RGB (Red+Green+Blue) = 225+206+207=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CECF is #1E3130. Grayscale: #D3D3D3. Windows color (decimal): -1978673 or 13618913. OLE color: 13618913.
HSL color Cylindrical-coordinate representation of color #E1CECF: hue angle of 356.84º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1CECF is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 207 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.12 |
| HSL | 356.84º | 0.24% | 0.85% | - |
| HSV(B) | 356.84º | 0.08% | 0.88% | - |
| XYZ | 64.39 | 64.66 | 68.12 | - |
| YUV | 211.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 207 | 0 | 0.08 | 0.08 | 0.12 | 356.84 | 0.24 | 0.85 |
| Hex | E1 | CE | CF | 0 | 8 | 8 | C | 165 | 18 | 55 |
| Octal | 341 | 316 | 317 | 0 | 10 | 10 | 14 | 545 | 30 | 125 |
| Binary | 11100001 | 11001110 | 11001111 | 0 | 1000 | 1000 | 1100 | 101100101 | 11000 | 1010101 |
Color Harmonies of #E1CECF
Complementary color
Monochromatic Colors of #E1CECF
Black with #E1CECF
Text Example
Text Example
White with #E1CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CECF; }
p { color: rgb(225,206,207); }
H1.HeaderClassName
{
color: #E1CECF;
}
.AnyTagClassName
{
color: #E1CECF;
}
</style>
background-color css
<style>
a { background-color: #E1CECF; }
a { background-color: rgb(225,206,207); }
div.DivClassName
{
background-color: #E1CECF;
}
.BgClassName
{
background-color: #E1CECF;
}
</style>
border-color css
<style>
span { border-color: #E1CECF; }
span { border-color: rgb(225,206,207); }
td.TdClassName
{
border-color: #E1CECF;
}
.TagClassName
{
border-color: #E1CECF;
}
</style>