Shades of Pale Rose #E7C9CE
Tints of Pale Rose #E7C9CE
RGB
CMYK
RGB Variations
Color information
#E7C9CE (or 0xE7C9CE) is known color: Pale Rose. HEX triplet: E7, C9 and CE. RGB value is (231,201,206). Sum of RGB (Red+Green+Blue) = 231+201+206=638 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.21% from 638); Green value is 201 (78.91% from 255 or 31.50% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C9CE is #183631. Grayscale: #D2D2D2. Windows color (decimal): -1586738 or 13552103. OLE color: 13552103.
HSL color Cylindrical-coordinate representation of color #E7C9CE: hue angle of 350º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7C9CE is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 201 | 206 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.09 |
| HSL | 350º | 0.38% | 0.85% | - |
| HSV(B) | 350º | 0.13% | 0.91% | - |
| XYZ | 64.98 | 63.22 | 67.17 | - |
| YUV | 210.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 201 | 206 | 0 | 0.13 | 0.11 | 0.09 | 350 | 0.38 | 0.85 |
| Hex | E7 | C9 | CE | 0 | D | B | 9 | 15E | 26 | 55 |
| Octal | 347 | 311 | 316 | 0 | 15 | 13 | 11 | 536 | 46 | 125 |
| Binary | 11100111 | 11001001 | 11001110 | 0 | 1101 | 1011 | 1001 | 101011110 | 100110 | 1010101 |
Color Harmonies of #E7C9CE
Complementary color
Monochromatic Colors of #E7C9CE
Black with #E7C9CE
Text Example
Text Example
White with #E7C9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C9CE; }
p { color: rgb(231,201,206); }
H1.HeaderClassName
{
color: #E7C9CE;
}
.AnyTagClassName
{
color: #E7C9CE;
}
</style>
background-color css
<style>
a { background-color: #E7C9CE; }
a { background-color: rgb(231,201,206); }
div.DivClassName
{
background-color: #E7C9CE;
}
.BgClassName
{
background-color: #E7C9CE;
}
</style>
border-color css
<style>
span { border-color: #E7C9CE; }
span { border-color: rgb(231,201,206); }
td.TdClassName
{
border-color: #E7C9CE;
}
.TagClassName
{
border-color: #E7C9CE;
}
</style>