Shades of Pink Lace #EECAD6
Tints of Pink Lace #EECAD6
RGB
CMYK
RGB Variations
Color information
#EECAD6 (or 0xEECAD6) is known color: Pink Lace. HEX triplet: EE, CA and D6. RGB value is (238,202,214). Sum of RGB (Red+Green+Blue) = 238+202+214=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 214 (83.98% from 255 or 32.72% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAD6 is #113529. Grayscale: #D6D6D6. Windows color (decimal): -1127722 or 14076654. OLE color: 14076654.
HSL color Cylindrical-coordinate representation of color #EECAD6: hue angle of 340º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECAD6 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 214 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.07 |
| HSL | 340º | 0.51% | 0.86% | - |
| HSV(B) | 340º | 0.15% | 0.93% | - |
| XYZ | 68.52 | 65.27 | 72.61 | - |
| YUV | 214.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 214 | 0 | 0.15 | 0.10 | 0.07 | 340 | 0.51 | 0.86 |
| Hex | EE | CA | D6 | 0 | F | A | 7 | 154 | 33 | 56 |
| Octal | 356 | 312 | 326 | 0 | 17 | 12 | 7 | 524 | 63 | 126 |
| Binary | 11101110 | 11001010 | 11010110 | 0 | 1111 | 1010 | 111 | 101010100 | 110011 | 1010110 |
Color Harmonies of #EECAD6
Complementary color
Monochromatic Colors of #EECAD6
Black with #EECAD6
Text Example
Text Example
White with #EECAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAD6; }
p { color: rgb(238,202,214); }
H1.HeaderClassName
{
color: #EECAD6;
}
.AnyTagClassName
{
color: #EECAD6;
}
</style>
background-color css
<style>
a { background-color: #EECAD6; }
a { background-color: rgb(238,202,214); }
div.DivClassName
{
background-color: #EECAD6;
}
.BgClassName
{
background-color: #EECAD6;
}
</style>
border-color css
<style>
span { border-color: #EECAD6; }
span { border-color: rgb(238,202,214); }
td.TdClassName
{
border-color: #EECAD6;
}
.TagClassName
{
border-color: #EECAD6;
}
</style>