Shades of Pink Lace #EACCD4
Tints of Pink Lace #EACCD4
RGB
CMYK
RGB Variations
Color information
#EACCD4 (or 0xEACCD4) is known color: Pink Lace. HEX triplet: EA, CC and D4. RGB value is (234,204,212). Sum of RGB (Red+Green+Blue) = 234+204+212=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 212 (83.20% from 255 or 32.62% from 650); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCD4 is #15332B. Grayscale: #D5D5D5. Windows color (decimal): -1389356 or 13946090. OLE color: 13946090.
HSL color Cylindrical-coordinate representation of color #EACCD4: hue angle of 344º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EACCD4 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 212 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.08 |
| HSL | 344º | 0.42% | 0.86% | - |
| HSV(B) | 344º | 0.13% | 0.92% | - |
| XYZ | 67.41 | 65.43 | 71.36 | - |
| YUV | 213.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 212 | 0 | 0.13 | 0.09 | 0.08 | 344 | 0.42 | 0.86 |
| Hex | EA | CC | D4 | 0 | D | 9 | 8 | 158 | 2A | 56 |
| Octal | 352 | 314 | 324 | 0 | 15 | 11 | 10 | 530 | 52 | 126 |
| Binary | 11101010 | 11001100 | 11010100 | 0 | 1101 | 1001 | 1000 | 101011000 | 101010 | 1010110 |
Color Harmonies of #EACCD4
Complementary color
Monochromatic Colors of #EACCD4
Black with #EACCD4
Text Example
Text Example
White with #EACCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCD4; }
p { color: rgb(234,204,212); }
H1.HeaderClassName
{
color: #EACCD4;
}
.AnyTagClassName
{
color: #EACCD4;
}
</style>
background-color css
<style>
a { background-color: #EACCD4; }
a { background-color: rgb(234,204,212); }
div.DivClassName
{
background-color: #EACCD4;
}
.BgClassName
{
background-color: #EACCD4;
}
</style>
border-color css
<style>
span { border-color: #EACCD4; }
span { border-color: rgb(234,204,212); }
td.TdClassName
{
border-color: #EACCD4;
}
.TagClassName
{
border-color: #EACCD4;
}
</style>