Shades of Pink Lace #E9C9CE
Tints of Pink Lace #E9C9CE
RGB
CMYK
RGB Variations
Color information
#E9C9CE (or 0xE9C9CE) is known color: Pink Lace. HEX triplet: E9, C9 and CE. RGB value is (233,201,206). Sum of RGB (Red+Green+Blue) = 233+201+206=640 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.41% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C9CE is #163631. Grayscale: #D3D3D3. Windows color (decimal): -1455666 or 13552105. OLE color: 13552105.
HSL color Cylindrical-coordinate representation of color #E9C9CE: hue angle of 350.62º 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 #E9C9CE is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 201 | 206 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.09 |
| HSL | 350.63º | 0.42% | 0.85% | - |
| HSV(B) | 350.63º | 0.14% | 0.91% | - |
| XYZ | 65.63 | 63.55 | 67.2 | - |
| YUV | 211.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 201 | 206 | 0 | 0.14 | 0.12 | 0.09 | 350.63 | 0.42 | 0.85 |
| Hex | E9 | C9 | CE | 0 | E | C | 9 | 15F | 2A | 55 |
| Octal | 351 | 311 | 316 | 0 | 16 | 14 | 11 | 537 | 52 | 125 |
| Binary | 11101001 | 11001001 | 11001110 | 0 | 1110 | 1100 | 1001 | 101011111 | 101010 | 1010101 |
Color Harmonies of #E9C9CE
Complementary color
Monochromatic Colors of #E9C9CE
Black with #E9C9CE
Text Example
Text Example
White with #E9C9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C9CE; }
p { color: rgb(233,201,206); }
H1.HeaderClassName
{
color: #E9C9CE;
}
.AnyTagClassName
{
color: #E9C9CE;
}
</style>
background-color css
<style>
a { background-color: #E9C9CE; }
a { background-color: rgb(233,201,206); }
div.DivClassName
{
background-color: #E9C9CE;
}
.BgClassName
{
background-color: #E9C9CE;
}
</style>
border-color css
<style>
span { border-color: #E9C9CE; }
span { border-color: rgb(233,201,206); }
td.TdClassName
{
border-color: #E9C9CE;
}
.TagClassName
{
border-color: #E9C9CE;
}
</style>