Shades of Pink Lace #EACFD6
Tints of Pink Lace #EACFD6
RGB
CMYK
RGB Variations
Color information
#EACFD6 (or 0xEACFD6) is known color: Pink Lace. HEX triplet: EA, CF and D6. RGB value is (234,207,214). Sum of RGB (Red+Green+Blue) = 234+207+214=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACFD6 is #153029. Grayscale: #D7D7D7. Windows color (decimal): -1388586 or 14077930. OLE color: 14077930.
HSL color Cylindrical-coordinate representation of color #EACFD6: hue angle of 344.44º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EACFD6 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 214 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.08 |
| HSL | 344.44º | 0.39% | 0.86% | - |
| HSV(B) | 344.44º | 0.12% | 0.92% | - |
| XYZ | 68.38 | 66.97 | 72.94 | - |
| YUV | 215.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 214 | 0 | 0.12 | 0.09 | 0.08 | 344.44 | 0.39 | 0.86 |
| Hex | EA | CF | D6 | 0 | C | 9 | 8 | 158 | 27 | 56 |
| Octal | 352 | 317 | 326 | 0 | 14 | 11 | 10 | 530 | 47 | 126 |
| Binary | 11101010 | 11001111 | 11010110 | 0 | 1100 | 1001 | 1000 | 101011000 | 100111 | 1010110 |
Color Harmonies of #EACFD6
Complementary color
Monochromatic Colors of #EACFD6
Black with #EACFD6
Text Example
Text Example
White with #EACFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACFD6; }
p { color: rgb(234,207,214); }
H1.HeaderClassName
{
color: #EACFD6;
}
.AnyTagClassName
{
color: #EACFD6;
}
</style>
background-color css
<style>
a { background-color: #EACFD6; }
a { background-color: rgb(234,207,214); }
div.DivClassName
{
background-color: #EACFD6;
}
.BgClassName
{
background-color: #EACFD6;
}
</style>
border-color css
<style>
span { border-color: #EACFD6; }
span { border-color: rgb(234,207,214); }
td.TdClassName
{
border-color: #EACFD6;
}
.TagClassName
{
border-color: #EACFD6;
}
</style>