Shades of Pale Rose #E5CBCF
Tints of Pale Rose #E5CBCF
RGB
CMYK
RGB Variations
Color information
#E5CBCF (or 0xE5CBCF) is known color: Pale Rose. HEX triplet: E5, CB and CF. RGB value is (229,203,207). Sum of RGB (Red+Green+Blue) = 229+203+207=639 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.84% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CBCF is #1A3430. Grayscale: #D3D3D3. Windows color (decimal): -1717297 or 13618149. OLE color: 13618149.
HSL color Cylindrical-coordinate representation of color #E5CBCF: hue angle of 350.77º 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 #E5CBCF is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 203 | 207 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.10 |
| HSL | 350.77º | 0.33% | 0.85% | - |
| HSV(B) | 350.77º | 0.11% | 0.9% | - |
| XYZ | 64.93 | 63.87 | 67.94 | - |
| YUV | 211.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 207 | 0 | 0.11 | 0.10 | 0.10 | 350.77 | 0.33 | 0.85 |
| Hex | E5 | CB | CF | 0 | B | A | A | 15F | 21 | 55 |
| Octal | 345 | 313 | 317 | 0 | 13 | 12 | 12 | 537 | 41 | 125 |
| Binary | 11100101 | 11001011 | 11001111 | 0 | 1011 | 1010 | 1010 | 101011111 | 100001 | 1010101 |
Color Harmonies of #E5CBCF
Complementary color
Monochromatic Colors of #E5CBCF
Black with #E5CBCF
Text Example
Text Example
White with #E5CBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CBCF; }
p { color: rgb(229,203,207); }
H1.HeaderClassName
{
color: #E5CBCF;
}
.AnyTagClassName
{
color: #E5CBCF;
}
</style>
background-color css
<style>
a { background-color: #E5CBCF; }
a { background-color: rgb(229,203,207); }
div.DivClassName
{
background-color: #E5CBCF;
}
.BgClassName
{
background-color: #E5CBCF;
}
</style>
border-color css
<style>
span { border-color: #E5CBCF; }
span { border-color: rgb(229,203,207); }
td.TdClassName
{
border-color: #E5CBCF;
}
.TagClassName
{
border-color: #E5CBCF;
}
</style>