Shades of Pink Lace #E9C8CF
Tints of Pink Lace #E9C8CF
RGB
CMYK
RGB Variations
Color information
#E9C8CF (or 0xE9C8CF) is known color: Pink Lace. HEX triplet: E9, C8 and CF. RGB value is (233,200,207). Sum of RGB (Red+Green+Blue) = 233+200+207=640 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.41% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C8CF is #163730. Grayscale: #D2D2D2. Windows color (decimal): -1455921 or 13617385. OLE color: 13617385.
HSL color Cylindrical-coordinate representation of color #E9C8CF: hue angle of 347.27º degrees, saturation: 0.43, 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 #E9C8CF is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 200 | 207 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.09 |
| HSL | 347.27º | 0.43% | 0.85% | - |
| HSV(B) | 347.27º | 0.14% | 0.91% | - |
| XYZ | 65.52 | 63.14 | 67.76 | - |
| YUV | 210.67 | 125.93 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 200 | 207 | 0 | 0.14 | 0.11 | 0.09 | 347.27 | 0.43 | 0.85 |
| Hex | E9 | C8 | CF | 0 | E | B | 9 | 15B | 2B | 55 |
| Octal | 351 | 310 | 317 | 0 | 16 | 13 | 11 | 533 | 53 | 125 |
| Binary | 11101001 | 11001000 | 11001111 | 0 | 1110 | 1011 | 1001 | 101011011 | 101011 | 1010101 |
Color Harmonies of #E9C8CF
Complementary color
Monochromatic Colors of #E9C8CF
Black with #E9C8CF
Text Example
Text Example
White with #E9C8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C8CF; }
p { color: rgb(233,200,207); }
H1.HeaderClassName
{
color: #E9C8CF;
}
.AnyTagClassName
{
color: #E9C8CF;
}
</style>
background-color css
<style>
a { background-color: #E9C8CF; }
a { background-color: rgb(233,200,207); }
div.DivClassName
{
background-color: #E9C8CF;
}
.BgClassName
{
background-color: #E9C8CF;
}
</style>
border-color css
<style>
span { border-color: #E9C8CF; }
span { border-color: rgb(233,200,207); }
td.TdClassName
{
border-color: #E9C8CF;
}
.TagClassName
{
border-color: #E9C8CF;
}
</style>