Shades of Pale Rose #E5CBCD
Tints of Pale Rose #E5CBCD
RGB
CMYK
RGB Variations
Color information
#E5CBCD (or 0xE5CBCD) is known color: Pale Rose. HEX triplet: E5, CB and CD. RGB value is (229,203,205). Sum of RGB (Red+Green+Blue) = 229+203+205=637 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.95% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CBCD is #1A3432. Grayscale: #D3D3D3. Windows color (decimal): -1717299 or 13487077. OLE color: 13487077.
HSL color Cylindrical-coordinate representation of color #E5CBCD: hue angle of 355.38º 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 #E5CBCD is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 203 | 205 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.10 |
| HSL | 355.38º | 0.33% | 0.85% | - |
| HSV(B) | 355.38º | 0.11% | 0.9% | - |
| XYZ | 64.69 | 63.78 | 66.66 | - |
| YUV | 211 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 205 | 0 | 0.11 | 0.10 | 0.10 | 355.38 | 0.33 | 0.85 |
| Hex | E5 | CB | CD | 0 | B | A | A | 163 | 21 | 55 |
| Octal | 345 | 313 | 315 | 0 | 13 | 12 | 12 | 543 | 41 | 125 |
| Binary | 11100101 | 11001011 | 11001101 | 0 | 1011 | 1010 | 1010 | 101100011 | 100001 | 1010101 |
Color Harmonies of #E5CBCD
Complementary color
Monochromatic Colors of #E5CBCD
Black with #E5CBCD
Text Example
Text Example
White with #E5CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CBCD; }
p { color: rgb(229,203,205); }
H1.HeaderClassName
{
color: #E5CBCD;
}
.AnyTagClassName
{
color: #E5CBCD;
}
</style>
background-color css
<style>
a { background-color: #E5CBCD; }
a { background-color: rgb(229,203,205); }
div.DivClassName
{
background-color: #E5CBCD;
}
.BgClassName
{
background-color: #E5CBCD;
}
</style>
border-color css
<style>
span { border-color: #E5CBCD; }
span { border-color: rgb(229,203,205); }
td.TdClassName
{
border-color: #E5CBCD;
}
.TagClassName
{
border-color: #E5CBCD;
}
</style>