Shades of Pink Lace #E9C9D0
Tints of Pink Lace #E9C9D0
RGB
CMYK
RGB Variations
Color information
#E9C9D0 (or 0xE9C9D0) is known color: Pink Lace. HEX triplet: E9, C9 and D0. RGB value is (233,201,208). Sum of RGB (Red+Green+Blue) = 233+201+208=642 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.29% from 642); Green value is 201 (78.91% from 255 or 31.31% from 642); Blue value is 208 (81.64% from 255 or 32.40% from 642); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C9D0 is #16362F. Grayscale: #D3D3D3. Windows color (decimal): -1455664 or 13683177. OLE color: 13683177.
HSL color Cylindrical-coordinate representation of color #E9C9D0: hue angle of 346.88º 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 #E9C9D0 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 201 | 208 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.09 |
| HSL | 346.88º | 0.42% | 0.85% | - |
| HSV(B) | 346.88º | 0.14% | 0.91% | - |
| XYZ | 65.88 | 63.65 | 68.49 | - |
| YUV | 211.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 201 | 208 | 0 | 0.14 | 0.11 | 0.09 | 346.88 | 0.42 | 0.85 |
| Hex | E9 | C9 | D0 | 0 | E | B | 9 | 15B | 2A | 55 |
| Octal | 351 | 311 | 320 | 0 | 16 | 13 | 11 | 533 | 52 | 125 |
| Binary | 11101001 | 11001001 | 11010000 | 0 | 1110 | 1011 | 1001 | 101011011 | 101010 | 1010101 |
Color Harmonies of #E9C9D0
Complementary color
Monochromatic Colors of #E9C9D0
Black with #E9C9D0
Text Example
Text Example
White with #E9C9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C9D0; }
p { color: rgb(233,201,208); }
H1.HeaderClassName
{
color: #E9C9D0;
}
.AnyTagClassName
{
color: #E9C9D0;
}
</style>
background-color css
<style>
a { background-color: #E9C9D0; }
a { background-color: rgb(233,201,208); }
div.DivClassName
{
background-color: #E9C9D0;
}
.BgClassName
{
background-color: #E9C9D0;
}
</style>
border-color css
<style>
span { border-color: #E9C9D0; }
span { border-color: rgb(233,201,208); }
td.TdClassName
{
border-color: #E9C9D0;
}
.TagClassName
{
border-color: #E9C9D0;
}
</style>