Shades of Pale Rose #E5CBCC
Tints of Pale Rose #E5CBCC
RGB
CMYK
RGB Variations
Color information
#E5CBCC (or 0xE5CBCC) is known color: Pale Rose. HEX triplet: E5, CB and CC. RGB value is (229,203,204). Sum of RGB (Red+Green+Blue) = 229+203+204=636 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.01% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CBCC is #1A3433. Grayscale: #D2D2D2. Windows color (decimal): -1717300 or 13421541. OLE color: 13421541.
HSL color Cylindrical-coordinate representation of color #E5CBCC: hue angle of 357.69º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5CBCC is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 203 | 204 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.10 |
| HSL | 357.69º | 0.33% | 0.85% | - |
| HSV(B) | 357.69º | 0.11% | 0.9% | - |
| XYZ | 64.57 | 63.73 | 66.02 | - |
| YUV | 210.89 | 124.11 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 204 | 0 | 0.11 | 0.11 | 0.10 | 357.69 | 0.33 | 0.85 |
| Hex | E5 | CB | CC | 0 | B | B | A | 166 | 21 | 55 |
| Octal | 345 | 313 | 314 | 0 | 13 | 13 | 12 | 546 | 41 | 125 |
| Binary | 11100101 | 11001011 | 11001100 | 0 | 1011 | 1011 | 1010 | 101100110 | 100001 | 1010101 |
Color Harmonies of #E5CBCC
Complementary color
Monochromatic Colors of #E5CBCC
Black with #E5CBCC
Text Example
Text Example
White with #E5CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CBCC; }
p { color: rgb(229,203,204); }
H1.HeaderClassName
{
color: #E5CBCC;
}
.AnyTagClassName
{
color: #E5CBCC;
}
</style>
background-color css
<style>
a { background-color: #E5CBCC; }
a { background-color: rgb(229,203,204); }
div.DivClassName
{
background-color: #E5CBCC;
}
.BgClassName
{
background-color: #E5CBCC;
}
</style>
border-color css
<style>
span { border-color: #E5CBCC; }
span { border-color: rgb(229,203,204); }
td.TdClassName
{
border-color: #E5CBCC;
}
.TagClassName
{
border-color: #E5CBCC;
}
</style>