Shades of Pink Lace #EACCD2
Tints of Pink Lace #EACCD2
RGB
CMYK
RGB Variations
Color information
#EACCD2 (or 0xEACCD2) is known color: Pink Lace. HEX triplet: EA, CC and D2. RGB value is (234,204,210). Sum of RGB (Red+Green+Blue) = 234+204+210=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 210 (82.42% from 255 or 32.41% from 648); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCD2 is #15332D. Grayscale: #D5D5D5. Windows color (decimal): -1389358 or 13815018. OLE color: 13815018.
HSL color Cylindrical-coordinate representation of color #EACCD2: hue angle of 348º 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 #EACCD2 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 204 | 210 | - |
CMYK | 0 | 0.13 | 0.10 | 0.08 |
HSL | 348º | 0.42% | 0.86% | - |
HSV(B) | 348º | 0.13% | 0.92% | - |
XYZ | 67.16 | 65.33 | 70.04 | - |
YUV | 213.65 | 125.94 | 142.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 204 | 210 | 0 | 0.13 | 0.10 | 0.08 | 348 | 0.42 | 0.86 |
Hex | EA | CC | D2 | 0 | D | A | 8 | 15C | 2A | 56 |
Octal | 352 | 314 | 322 | 0 | 15 | 12 | 10 | 534 | 52 | 126 |
Binary | 11101010 | 11001100 | 11010010 | 0 | 1101 | 1010 | 1000 | 101011100 | 101010 | 1010110 |
Color Harmonies of #EACCD2
Complementary color
Monochromatic Colors of #EACCD2
Black with #EACCD2
Text Example
Text Example
White with #EACCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCD2; }
p { color: rgb(234,204,210); }
H1.HeaderClassName
{
color: #EACCD2;
}
.AnyTagClassName
{
color: #EACCD2;
}
</style>
background-color css
<style>
a { background-color: #EACCD2; }
a { background-color: rgb(234,204,210); }
div.DivClassName
{
background-color: #EACCD2;
}
.BgClassName
{
background-color: #EACCD2;
}
</style>
border-color css
<style>
span { border-color: #EACCD2; }
span { border-color: rgb(234,204,210); }
td.TdClassName
{
border-color: #EACCD2;
}
.TagClassName
{
border-color: #EACCD2;
}
</style>