Shades of Pink Lace #EEC7D3
Tints of Pink Lace #EEC7D3
RGB
CMYK
RGB Variations
Color information
#EEC7D3 (or 0xEEC7D3) is known color: Pink Lace. HEX triplet: EE, C7 and D3. RGB value is (238,199,211). Sum of RGB (Red+Green+Blue) = 238+199+211=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 199 (78.12% from 255 or 30.71% from 648); Blue value is 211 (82.81% from 255 or 32.56% from 648); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC7D3 is #11382C. Grayscale: #D4D4D4. Windows color (decimal): -1128493 or 13879278. OLE color: 13879278.
HSL color Cylindrical-coordinate representation of color #EEC7D3: hue angle of 341.54º 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 #EEC7D3 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 211 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.07 |
| HSL | 341.54º | 0.53% | 0.86% | - |
| HSV(B) | 341.54º | 0.16% | 0.93% | - |
| XYZ | 67.44 | 63.73 | 70.37 | - |
| YUV | 212.03 | 127.42 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 211 | 0 | 0.16 | 0.11 | 0.07 | 341.54 | 0.53 | 0.86 |
| Hex | EE | C7 | D3 | 0 | 10 | B | 7 | 156 | 35 | 56 |
| Octal | 356 | 307 | 323 | 0 | 20 | 13 | 7 | 526 | 65 | 126 |
| Binary | 11101110 | 11000111 | 11010011 | 0 | 10000 | 1011 | 111 | 101010110 | 110101 | 1010110 |
Color Harmonies of #EEC7D3
Complementary color
Monochromatic Colors of #EEC7D3
Black with #EEC7D3
Text Example
Text Example
White with #EEC7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC7D3; }
p { color: rgb(238,199,211); }
H1.HeaderClassName
{
color: #EEC7D3;
}
.AnyTagClassName
{
color: #EEC7D3;
}
</style>
background-color css
<style>
a { background-color: #EEC7D3; }
a { background-color: rgb(238,199,211); }
div.DivClassName
{
background-color: #EEC7D3;
}
.BgClassName
{
background-color: #EEC7D3;
}
</style>
border-color css
<style>
span { border-color: #EEC7D3; }
span { border-color: rgb(238,199,211); }
td.TdClassName
{
border-color: #EEC7D3;
}
.TagClassName
{
border-color: #EEC7D3;
}
</style>