Shades of Pink Lace #E9CCD3
Tints of Pink Lace #E9CCD3
RGB
CMYK
RGB Variations
Color information
#E9CCD3 (or 0xE9CCD3) is known color: Pink Lace. HEX triplet: E9, CC and D3. RGB value is (233,204,211). Sum of RGB (Red+Green+Blue) = 233+204+211=648 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.96% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 211 (82.81% from 255 or 32.56% from 648); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CCD3 is #16332C. Grayscale: #D5D5D5. Windows color (decimal): -1454893 or 13880553. OLE color: 13880553.
HSL color Cylindrical-coordinate representation of color #E9CCD3: hue angle of 345.52º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9CCD3 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 204 | 211 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.09 |
| HSL | 345.52º | 0.4% | 0.86% | - |
| HSV(B) | 345.52º | 0.12% | 0.91% | - |
| XYZ | 66.96 | 65.21 | 70.69 | - |
| YUV | 213.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 204 | 211 | 0 | 0.12 | 0.09 | 0.09 | 345.52 | 0.4 | 0.86 |
| Hex | E9 | CC | D3 | 0 | C | 9 | 9 | 15A | 28 | 56 |
| Octal | 351 | 314 | 323 | 0 | 14 | 11 | 11 | 532 | 50 | 126 |
| Binary | 11101001 | 11001100 | 11010011 | 0 | 1100 | 1001 | 1001 | 101011010 | 101000 | 1010110 |
Color Harmonies of #E9CCD3
Complementary color
Monochromatic Colors of #E9CCD3
Black with #E9CCD3
Text Example
Text Example
White with #E9CCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CCD3; }
p { color: rgb(233,204,211); }
H1.HeaderClassName
{
color: #E9CCD3;
}
.AnyTagClassName
{
color: #E9CCD3;
}
</style>
background-color css
<style>
a { background-color: #E9CCD3; }
a { background-color: rgb(233,204,211); }
div.DivClassName
{
background-color: #E9CCD3;
}
.BgClassName
{
background-color: #E9CCD3;
}
</style>
border-color css
<style>
span { border-color: #E9CCD3; }
span { border-color: rgb(233,204,211); }
td.TdClassName
{
border-color: #E9CCD3;
}
.TagClassName
{
border-color: #E9CCD3;
}
</style>