Shades of Pink Lace #E9C8D0
Tints of Pink Lace #E9C8D0
RGB
CMYK
RGB Variations
Color information
#E9C8D0 (or 0xE9C8D0) is known color: Pink Lace. HEX triplet: E9, C8 and D0. RGB value is (233,200,208). Sum of RGB (Red+Green+Blue) = 233+200+208=641 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.35% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 208 (81.64% from 255 or 32.45% from 641); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C8D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C8D0 is #16372F. Grayscale: #D2D2D2. Windows color (decimal): -1455920 or 13682921. OLE color: 13682921.
HSL color Cylindrical-coordinate representation of color #E9C8D0: hue angle of 345.45º 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 #E9C8D0 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 200 | 208 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.09 |
| HSL | 345.45º | 0.43% | 0.85% | - |
| HSV(B) | 345.45º | 0.14% | 0.91% | - |
| XYZ | 65.64 | 63.19 | 68.41 | - |
| YUV | 210.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 200 | 208 | 0 | 0.14 | 0.11 | 0.09 | 345.45 | 0.43 | 0.85 |
| Hex | E9 | C8 | D0 | 0 | E | B | 9 | 159 | 2B | 55 |
| Octal | 351 | 310 | 320 | 0 | 16 | 13 | 11 | 531 | 53 | 125 |
| Binary | 11101001 | 11001000 | 11010000 | 0 | 1110 | 1011 | 1001 | 101011001 | 101011 | 1010101 |
Color Harmonies of #E9C8D0
Complementary color
Monochromatic Colors of #E9C8D0
Black with #E9C8D0
Text Example
Text Example
White with #E9C8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C8D0; }
p { color: rgb(233,200,208); }
H1.HeaderClassName
{
color: #E9C8D0;
}
.AnyTagClassName
{
color: #E9C8D0;
}
</style>
background-color css
<style>
a { background-color: #E9C8D0; }
a { background-color: rgb(233,200,208); }
div.DivClassName
{
background-color: #E9C8D0;
}
.BgClassName
{
background-color: #E9C8D0;
}
</style>
border-color css
<style>
span { border-color: #E9C8D0; }
span { border-color: rgb(233,200,208); }
td.TdClassName
{
border-color: #E9C8D0;
}
.TagClassName
{
border-color: #E9C8D0;
}
</style>