Shades of Pale Rose #E1CED0
Tints of Pale Rose #E1CED0
RGB
CMYK
RGB Variations
Color information
#E1CED0 (or 0xE1CED0) is known color: Pale Rose. HEX triplet: E1, CE and D0. RGB value is (225,206,208). Sum of RGB (Red+Green+Blue) = 225+206+208=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 208 (81.64% from 255 or 32.55% from 639); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CED0 is #1E312F. Grayscale: #D3D3D3. Windows color (decimal): -1978672 or 13684449. OLE color: 13684449.
HSL color Cylindrical-coordinate representation of color #E1CED0: hue angle of 353.68º 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 #E1CED0 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 208 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.12 |
| HSL | 353.68º | 0.24% | 0.85% | - |
| HSV(B) | 353.68º | 0.08% | 0.88% | - |
| XYZ | 64.51 | 64.7 | 68.76 | - |
| YUV | 211.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 208 | 0 | 0.08 | 0.08 | 0.12 | 353.68 | 0.24 | 0.85 |
| Hex | E1 | CE | D0 | 0 | 8 | 8 | C | 162 | 18 | 55 |
| Octal | 341 | 316 | 320 | 0 | 10 | 10 | 14 | 542 | 30 | 125 |
| Binary | 11100001 | 11001110 | 11010000 | 0 | 1000 | 1000 | 1100 | 101100010 | 11000 | 1010101 |
Color Harmonies of #E1CED0
Complementary color
Monochromatic Colors of #E1CED0
Black with #E1CED0
Text Example
Text Example
White with #E1CED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CED0; }
p { color: rgb(225,206,208); }
H1.HeaderClassName
{
color: #E1CED0;
}
.AnyTagClassName
{
color: #E1CED0;
}
</style>
background-color css
<style>
a { background-color: #E1CED0; }
a { background-color: rgb(225,206,208); }
div.DivClassName
{
background-color: #E1CED0;
}
.BgClassName
{
background-color: #E1CED0;
}
</style>
border-color css
<style>
span { border-color: #E1CED0; }
span { border-color: rgb(225,206,208); }
td.TdClassName
{
border-color: #E1CED0;
}
.TagClassName
{
border-color: #E1CED0;
}
</style>