Shades of Pink Lace #EACCD3
Tints of Pink Lace #EACCD3
RGB
CMYK
RGB Variations
Color information
#EACCD3 (or 0xEACCD3) is known color: Pink Lace. HEX triplet: EA, CC and D3. RGB value is (234,204,211). Sum of RGB (Red+Green+Blue) = 234+204+211=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 211 (82.81% from 255 or 32.51% from 649); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCD3 is #15332C. Grayscale: #D5D5D5. Windows color (decimal): -1389357 or 13880554. OLE color: 13880554.
HSL color Cylindrical-coordinate representation of color #EACCD3: hue angle of 346º 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 #EACCD3 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 211 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.08 |
| HSL | 346º | 0.42% | 0.86% | - |
| HSV(B) | 346º | 0.13% | 0.92% | - |
| XYZ | 67.28 | 65.38 | 70.7 | - |
| YUV | 213.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 211 | 0 | 0.13 | 0.10 | 0.08 | 346 | 0.42 | 0.86 |
| Hex | EA | CC | D3 | 0 | D | A | 8 | 15A | 2A | 56 |
| Octal | 352 | 314 | 323 | 0 | 15 | 12 | 10 | 532 | 52 | 126 |
| Binary | 11101010 | 11001100 | 11010011 | 0 | 1101 | 1010 | 1000 | 101011010 | 101010 | 1010110 |
Color Harmonies of #EACCD3
Complementary color
Monochromatic Colors of #EACCD3
Black with #EACCD3
Text Example
Text Example
White with #EACCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCD3; }
p { color: rgb(234,204,211); }
H1.HeaderClassName
{
color: #EACCD3;
}
.AnyTagClassName
{
color: #EACCD3;
}
</style>
background-color css
<style>
a { background-color: #EACCD3; }
a { background-color: rgb(234,204,211); }
div.DivClassName
{
background-color: #EACCD3;
}
.BgClassName
{
background-color: #EACCD3;
}
</style>
border-color css
<style>
span { border-color: #EACCD3; }
span { border-color: rgb(234,204,211); }
td.TdClassName
{
border-color: #EACCD3;
}
.TagClassName
{
border-color: #EACCD3;
}
</style>