Shades of Pink Lace #EEC8CE
Tints of Pink Lace #EEC8CE
RGB
CMYK
RGB Variations
Color information
#EEC8CE (or 0xEEC8CE) is known color: Pink Lace. HEX triplet: EE, C8 and CE. RGB value is (238,200,206). Sum of RGB (Red+Green+Blue) = 238+200+206=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 200 (78.52% from 255 or 31.06% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC8CE is #113731. Grayscale: #D4D4D4. Windows color (decimal): -1128242 or 13551854. OLE color: 13551854.
HSL color Cylindrical-coordinate representation of color #EEC8CE: hue angle of 350.53º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEC8CE is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 206 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.07 |
| HSL | 350.53º | 0.53% | 0.86% | - |
| HSV(B) | 350.53º | 0.16% | 0.93% | - |
| XYZ | 67.05 | 63.94 | 67.2 | - |
| YUV | 212.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 206 | 0 | 0.16 | 0.13 | 0.07 | 350.53 | 0.53 | 0.86 |
| Hex | EE | C8 | CE | 0 | 10 | D | 7 | 15F | 35 | 56 |
| Octal | 356 | 310 | 316 | 0 | 20 | 15 | 7 | 537 | 65 | 126 |
| Binary | 11101110 | 11001000 | 11001110 | 0 | 10000 | 1101 | 111 | 101011111 | 110101 | 1010110 |
Color Harmonies of #EEC8CE
Complementary color
Monochromatic Colors of #EEC8CE
Black with #EEC8CE
Text Example
Text Example
White with #EEC8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC8CE; }
p { color: rgb(238,200,206); }
H1.HeaderClassName
{
color: #EEC8CE;
}
.AnyTagClassName
{
color: #EEC8CE;
}
</style>
background-color css
<style>
a { background-color: #EEC8CE; }
a { background-color: rgb(238,200,206); }
div.DivClassName
{
background-color: #EEC8CE;
}
.BgClassName
{
background-color: #EEC8CE;
}
</style>
border-color css
<style>
span { border-color: #EEC8CE; }
span { border-color: rgb(238,200,206); }
td.TdClassName
{
border-color: #EEC8CE;
}
.TagClassName
{
border-color: #EEC8CE;
}
</style>