Shades of Pale Rose #E7C9CD
Tints of Pale Rose #E7C9CD
RGB
CMYK
RGB Variations
Color information
#E7C9CD (or 0xE7C9CD) is known color: Pale Rose. HEX triplet: E7, C9 and CD. RGB value is (231,201,205). Sum of RGB (Red+Green+Blue) = 231+201+205=637 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.26% from 637); Green value is 201 (78.91% from 255 or 31.55% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C9CD is #183632. Grayscale: #D2D2D2. Windows color (decimal): -1586739 or 13486567. OLE color: 13486567.
HSL color Cylindrical-coordinate representation of color #E7C9CD: hue angle of 352º 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 #E7C9CD is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 201 | 205 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.09 |
| HSL | 352º | 0.38% | 0.85% | - |
| HSV(B) | 352º | 0.13% | 0.91% | - |
| XYZ | 64.86 | 63.17 | 66.53 | - |
| YUV | 210.43 | 124.94 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 201 | 205 | 0 | 0.13 | 0.11 | 0.09 | 352 | 0.38 | 0.85 |
| Hex | E7 | C9 | CD | 0 | D | B | 9 | 160 | 26 | 55 |
| Octal | 347 | 311 | 315 | 0 | 15 | 13 | 11 | 540 | 46 | 125 |
| Binary | 11100111 | 11001001 | 11001101 | 0 | 1101 | 1011 | 1001 | 101100000 | 100110 | 1010101 |
Color Harmonies of #E7C9CD
Complementary color
Monochromatic Colors of #E7C9CD
Black with #E7C9CD
Text Example
Text Example
White with #E7C9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C9CD; }
p { color: rgb(231,201,205); }
H1.HeaderClassName
{
color: #E7C9CD;
}
.AnyTagClassName
{
color: #E7C9CD;
}
</style>
background-color css
<style>
a { background-color: #E7C9CD; }
a { background-color: rgb(231,201,205); }
div.DivClassName
{
background-color: #E7C9CD;
}
.BgClassName
{
background-color: #E7C9CD;
}
</style>
border-color css
<style>
span { border-color: #E7C9CD; }
span { border-color: rgb(231,201,205); }
td.TdClassName
{
border-color: #E7C9CD;
}
.TagClassName
{
border-color: #E7C9CD;
}
</style>