Shades of Pink Lace #E9C9CF
Tints of Pink Lace #E9C9CF
RGB
CMYK
RGB Variations
Color information
#E9C9CF (or 0xE9C9CF) is known color: Pink Lace. HEX triplet: E9, C9 and CF. RGB value is (233,201,207). Sum of RGB (Red+Green+Blue) = 233+201+207=641 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.35% from 641); Green value is 201 (78.91% from 255 or 31.36% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C9CF is #163630. Grayscale: #D3D3D3. Windows color (decimal): -1455665 or 13617641. OLE color: 13617641.
HSL color Cylindrical-coordinate representation of color #E9C9CF: hue angle of 348.75º 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 #E9C9CF is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 201 | 207 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.09 |
| HSL | 348.75º | 0.42% | 0.85% | - |
| HSV(B) | 348.75º | 0.14% | 0.91% | - |
| XYZ | 65.75 | 63.6 | 67.84 | - |
| YUV | 211.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 201 | 207 | 0 | 0.14 | 0.11 | 0.09 | 348.75 | 0.42 | 0.85 |
| Hex | E9 | C9 | CF | 0 | E | B | 9 | 15D | 2A | 55 |
| Octal | 351 | 311 | 317 | 0 | 16 | 13 | 11 | 535 | 52 | 125 |
| Binary | 11101001 | 11001001 | 11001111 | 0 | 1110 | 1011 | 1001 | 101011101 | 101010 | 1010101 |
Color Harmonies of #E9C9CF
Complementary color
Monochromatic Colors of #E9C9CF
Black with #E9C9CF
Text Example
Text Example
White with #E9C9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C9CF; }
p { color: rgb(233,201,207); }
H1.HeaderClassName
{
color: #E9C9CF;
}
.AnyTagClassName
{
color: #E9C9CF;
}
</style>
background-color css
<style>
a { background-color: #E9C9CF; }
a { background-color: rgb(233,201,207); }
div.DivClassName
{
background-color: #E9C9CF;
}
.BgClassName
{
background-color: #E9C9CF;
}
</style>
border-color css
<style>
span { border-color: #E9C9CF; }
span { border-color: rgb(233,201,207); }
td.TdClassName
{
border-color: #E9C9CF;
}
.TagClassName
{
border-color: #E9C9CF;
}
</style>