Shades of Pink Lace #EEC7D0
Tints of Pink Lace #EEC7D0
RGB
CMYK
RGB Variations
Color information
#EEC7D0 (or 0xEEC7D0) is known color: Pink Lace. HEX triplet: EE, C7 and D0. RGB value is (238,199,208). Sum of RGB (Red+Green+Blue) = 238+199+208=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 199 (78.12% from 255 or 30.85% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC7D0 is #11382F. Grayscale: #D3D3D3. Windows color (decimal): -1128496 or 13682670. OLE color: 13682670.
HSL color Cylindrical-coordinate representation of color #EEC7D0: hue angle of 346.15º 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 #EEC7D0 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 199 | 208 | - |
CMYK | 0 | 0.16 | 0.13 | 0.07 |
HSL | 346.15º | 0.53% | 0.86% | - |
HSV(B) | 346.15º | 0.16% | 0.93% | - |
XYZ | 67.07 | 63.58 | 68.41 | - |
YUV | 211.69 | 125.92 | 146.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 199 | 208 | 0 | 0.16 | 0.13 | 0.07 | 346.15 | 0.53 | 0.86 |
Hex | EE | C7 | D0 | 0 | 10 | D | 7 | 15A | 35 | 56 |
Octal | 356 | 307 | 320 | 0 | 20 | 15 | 7 | 532 | 65 | 126 |
Binary | 11101110 | 11000111 | 11010000 | 0 | 10000 | 1101 | 111 | 101011010 | 110101 | 1010110 |
Color Harmonies of #EEC7D0
Complementary color
Monochromatic Colors of #EEC7D0
Black with #EEC7D0
Text Example
Text Example
White with #EEC7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC7D0; }
p { color: rgb(238,199,208); }
H1.HeaderClassName
{
color: #EEC7D0;
}
.AnyTagClassName
{
color: #EEC7D0;
}
</style>
background-color css
<style>
a { background-color: #EEC7D0; }
a { background-color: rgb(238,199,208); }
div.DivClassName
{
background-color: #EEC7D0;
}
.BgClassName
{
background-color: #EEC7D0;
}
</style>
border-color css
<style>
span { border-color: #EEC7D0; }
span { border-color: rgb(238,199,208); }
td.TdClassName
{
border-color: #EEC7D0;
}
.TagClassName
{
border-color: #EEC7D0;
}
</style>