Shades of Pale Rose #E9C9CD
Tints of Pale Rose #E9C9CD
RGB
CMYK
RGB Variations
Color information
#E9C9CD (or 0xE9C9CD) is known color: Pale Rose. HEX triplet: E9, C9 and CD. RGB value is (233,201,205). Sum of RGB (Red+Green+Blue) = 233+201+205=639 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.46% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C9CD is #163632. Grayscale: #D3D3D3. Windows color (decimal): -1455667 or 13486569. OLE color: 13486569.
HSL color Cylindrical-coordinate representation of color #E9C9CD: hue angle of 352.5º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9C9CD is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 201 | 205 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.09 |
| HSL | 352.5º | 0.42% | 0.85% | - |
| HSV(B) | 352.5º | 0.14% | 0.91% | - |
| XYZ | 65.51 | 63.5 | 66.56 | - |
| YUV | 211.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 201 | 205 | 0 | 0.14 | 0.12 | 0.09 | 352.5 | 0.42 | 0.85 |
| Hex | E9 | C9 | CD | 0 | E | C | 9 | 160 | 2A | 55 |
| Octal | 351 | 311 | 315 | 0 | 16 | 14 | 11 | 540 | 52 | 125 |
| Binary | 11101001 | 11001001 | 11001101 | 0 | 1110 | 1100 | 1001 | 101100000 | 101010 | 1010101 |
Color Harmonies of #E9C9CD
Complementary color
Monochromatic Colors of #E9C9CD
Black with #E9C9CD
Text Example
Text Example
White with #E9C9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C9CD; }
p { color: rgb(233,201,205); }
H1.HeaderClassName
{
color: #E9C9CD;
}
.AnyTagClassName
{
color: #E9C9CD;
}
</style>
background-color css
<style>
a { background-color: #E9C9CD; }
a { background-color: rgb(233,201,205); }
div.DivClassName
{
background-color: #E9C9CD;
}
.BgClassName
{
background-color: #E9C9CD;
}
</style>
border-color css
<style>
span { border-color: #E9C9CD; }
span { border-color: rgb(233,201,205); }
td.TdClassName
{
border-color: #E9C9CD;
}
.TagClassName
{
border-color: #E9C9CD;
}
</style>