Shades of Pale Rose #E1CCCE
Tints of Pale Rose #E1CCCE
RGB
CMYK
RGB Variations
Color information
#E1CCCE (or 0xE1CCCE) is known color: Pale Rose. HEX triplet: E1, CC and CE. RGB value is (225,204,206). Sum of RGB (Red+Green+Blue) = 225+204+206=635 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.43% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCCE is #1E3331. Grayscale: #D2D2D2. Windows color (decimal): -1979186 or 13552865. OLE color: 13552865.
HSL color Cylindrical-coordinate representation of color #E1CCCE: hue angle of 354.29º degrees, saturation: 0.26, 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 #E1CCCE is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 204 | 206 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.12 |
| HSL | 354.29º | 0.26% | 0.84% | - |
| HSV(B) | 354.29º | 0.09% | 0.88% | - |
| XYZ | 63.78 | 63.65 | 67.32 | - |
| YUV | 210.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 206 | 0 | 0.09 | 0.08 | 0.12 | 354.29 | 0.26 | 0.84 |
| Hex | E1 | CC | CE | 0 | 9 | 8 | C | 162 | 1A | 54 |
| Octal | 341 | 314 | 316 | 0 | 11 | 10 | 14 | 542 | 32 | 124 |
| Binary | 11100001 | 11001100 | 11001110 | 0 | 1001 | 1000 | 1100 | 101100010 | 11010 | 1010100 |
Color Harmonies of #E1CCCE
Complementary color
Monochromatic Colors of #E1CCCE
Black with #E1CCCE
Text Example
Text Example
White with #E1CCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CCCE; }
p { color: rgb(225,204,206); }
H1.HeaderClassName
{
color: #E1CCCE;
}
.AnyTagClassName
{
color: #E1CCCE;
}
</style>
background-color css
<style>
a { background-color: #E1CCCE; }
a { background-color: rgb(225,204,206); }
div.DivClassName
{
background-color: #E1CCCE;
}
.BgClassName
{
background-color: #E1CCCE;
}
</style>
border-color css
<style>
span { border-color: #E1CCCE; }
span { border-color: rgb(225,204,206); }
td.TdClassName
{
border-color: #E1CCCE;
}
.TagClassName
{
border-color: #E1CCCE;
}
</style>