Shades of Pink Lace #EEC7D4
Tints of Pink Lace #EEC7D4
RGB
CMYK
RGB Variations
Color information
#EEC7D4 (or 0xEEC7D4) is known color: Pink Lace. HEX triplet: EE, C7 and D4. RGB value is (238,199,212). Sum of RGB (Red+Green+Blue) = 238+199+212=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 199 (78.12% from 255 or 30.66% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC7D4 is #11382B. Grayscale: #D4D4D4. Windows color (decimal): -1128492 or 13944814. OLE color: 13944814.
HSL color Cylindrical-coordinate representation of color #EEC7D4: hue angle of 340º 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 #EEC7D4 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 199 | 212 | - |
CMYK | 0 | 0.16 | 0.11 | 0.07 |
HSL | 340º | 0.53% | 0.86% | - |
HSV(B) | 340º | 0.16% | 0.93% | - |
XYZ | 67.57 | 63.78 | 71.04 | - |
YUV | 212.14 | 127.92 | 146.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 199 | 212 | 0 | 0.16 | 0.11 | 0.07 | 340 | 0.53 | 0.86 |
Hex | EE | C7 | D4 | 0 | 10 | B | 7 | 154 | 35 | 56 |
Octal | 356 | 307 | 324 | 0 | 20 | 13 | 7 | 524 | 65 | 126 |
Binary | 11101110 | 11000111 | 11010100 | 0 | 10000 | 1011 | 111 | 101010100 | 110101 | 1010110 |
Color Harmonies of #EEC7D4
Complementary color
Monochromatic Colors of #EEC7D4
Black with #EEC7D4
Text Example
Text Example
White with #EEC7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC7D4; }
p { color: rgb(238,199,212); }
H1.HeaderClassName
{
color: #EEC7D4;
}
.AnyTagClassName
{
color: #EEC7D4;
}
</style>
background-color css
<style>
a { background-color: #EEC7D4; }
a { background-color: rgb(238,199,212); }
div.DivClassName
{
background-color: #EEC7D4;
}
.BgClassName
{
background-color: #EEC7D4;
}
</style>
border-color css
<style>
span { border-color: #EEC7D4; }
span { border-color: rgb(238,199,212); }
td.TdClassName
{
border-color: #EEC7D4;
}
.TagClassName
{
border-color: #EEC7D4;
}
</style>