Shades of Pale Rose #E1CCCD
Tints of Pale Rose #E1CCCD
RGB
CMYK
RGB Variations
Color information
#E1CCCD (or 0xE1CCCD) is known color: Pale Rose. HEX triplet: E1, CC and CD. RGB value is (225,204,205). Sum of RGB (Red+Green+Blue) = 225+204+205=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCCD is #1E3332. Grayscale: #D2D2D2. Windows color (decimal): -1979187 or 13487329. OLE color: 13487329.
HSL color Cylindrical-coordinate representation of color #E1CCCD: hue angle of 357.14º 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 #E1CCCD is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 204 | 205 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.12 |
| HSL | 357.14º | 0.26% | 0.84% | - |
| HSV(B) | 357.14º | 0.09% | 0.88% | - |
| XYZ | 63.66 | 63.6 | 66.68 | - |
| YUV | 210.39 | 124.96 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 205 | 0 | 0.09 | 0.09 | 0.12 | 357.14 | 0.26 | 0.84 |
| Hex | E1 | CC | CD | 0 | 9 | 9 | C | 165 | 1A | 54 |
| Octal | 341 | 314 | 315 | 0 | 11 | 11 | 14 | 545 | 32 | 124 |
| Binary | 11100001 | 11001100 | 11001101 | 0 | 1001 | 1001 | 1100 | 101100101 | 11010 | 1010100 |
Color Harmonies of #E1CCCD
Complementary color
Monochromatic Colors of #E1CCCD
Black with #E1CCCD
Text Example
Text Example
White with #E1CCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CCCD; }
p { color: rgb(225,204,205); }
H1.HeaderClassName
{
color: #E1CCCD;
}
.AnyTagClassName
{
color: #E1CCCD;
}
</style>
background-color css
<style>
a { background-color: #E1CCCD; }
a { background-color: rgb(225,204,205); }
div.DivClassName
{
background-color: #E1CCCD;
}
.BgClassName
{
background-color: #E1CCCD;
}
</style>
border-color css
<style>
span { border-color: #E1CCCD; }
span { border-color: rgb(225,204,205); }
td.TdClassName
{
border-color: #E1CCCD;
}
.TagClassName
{
border-color: #E1CCCD;
}
</style>