Shades of Pink Lace #E9C7CF
Tints of Pink Lace #E9C7CF
RGB
CMYK
RGB Variations
Color information
#E9C7CF (or 0xE9C7CF) is known color: Pink Lace. HEX triplet: E9, C7 and CF. RGB value is (233,199,207). Sum of RGB (Red+Green+Blue) = 233+199+207=639 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.46% from 639); Green value is 199 (78.12% from 255 or 31.14% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C7CF is #163830. Grayscale: #D2D2D2. Windows color (decimal): -1456177 or 13617129. OLE color: 13617129.
HSL color Cylindrical-coordinate representation of color #E9C7CF: hue angle of 345.88º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E9C7CF is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 199 | 207 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.09 |
| HSL | 345.88º | 0.44% | 0.85% | - |
| HSV(B) | 345.88º | 0.15% | 0.91% | - |
| XYZ | 65.29 | 62.68 | 67.69 | - |
| YUV | 210.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 199 | 207 | 0 | 0.15 | 0.11 | 0.09 | 345.88 | 0.44 | 0.85 |
| Hex | E9 | C7 | CF | 0 | F | B | 9 | 15A | 2C | 55 |
| Octal | 351 | 307 | 317 | 0 | 17 | 13 | 11 | 532 | 54 | 125 |
| Binary | 11101001 | 11000111 | 11001111 | 0 | 1111 | 1011 | 1001 | 101011010 | 101100 | 1010101 |
Color Harmonies of #E9C7CF
Complementary color
Monochromatic Colors of #E9C7CF
Black with #E9C7CF
Text Example
Text Example
White with #E9C7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C7CF; }
p { color: rgb(233,199,207); }
H1.HeaderClassName
{
color: #E9C7CF;
}
.AnyTagClassName
{
color: #E9C7CF;
}
</style>
background-color css
<style>
a { background-color: #E9C7CF; }
a { background-color: rgb(233,199,207); }
div.DivClassName
{
background-color: #E9C7CF;
}
.BgClassName
{
background-color: #E9C7CF;
}
</style>
border-color css
<style>
span { border-color: #E9C7CF; }
span { border-color: rgb(233,199,207); }
td.TdClassName
{
border-color: #E9C7CF;
}
.TagClassName
{
border-color: #E9C7CF;
}
</style>