Shades of Pink Lace #EEC4D1
Tints of Pink Lace #EEC4D1
RGB
CMYK
RGB Variations
Color information
#EEC4D1 (or 0xEEC4D1) is known color: Pink Lace. HEX triplet: EE, C4 and D1. RGB value is (238,196,209). Sum of RGB (Red+Green+Blue) = 238+196+209=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 196 (76.95% from 255 or 30.48% from 643); Blue value is 209 (82.03% from 255 or 32.50% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC4D1 is #113B2E. Grayscale: #D2D2D2. Windows color (decimal): -1129263 or 13747438. OLE color: 13747438.
HSL color Cylindrical-coordinate representation of color #EEC4D1: hue angle of 341.43º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEC4D1 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 196 | 209 | - |
CMYK | 0 | 0.18 | 0.12 | 0.07 |
HSL | 341.43º | 0.55% | 0.85% | - |
HSV(B) | 341.43º | 0.18% | 0.93% | - |
XYZ | 66.51 | 62.26 | 68.83 | - |
YUV | 210.04 | 127.41 | 147.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 196 | 209 | 0 | 0.18 | 0.12 | 0.07 | 341.43 | 0.55 | 0.85 |
Hex | EE | C4 | D1 | 0 | 12 | C | 7 | 155 | 37 | 55 |
Octal | 356 | 304 | 321 | 0 | 22 | 14 | 7 | 525 | 67 | 125 |
Binary | 11101110 | 11000100 | 11010001 | 0 | 10010 | 1100 | 111 | 101010101 | 110111 | 1010101 |
Color Harmonies of #EEC4D1
Complementary color
Monochromatic Colors of #EEC4D1
Black with #EEC4D1
Text Example
Text Example
White with #EEC4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC4D1; }
p { color: rgb(238,196,209); }
H1.HeaderClassName
{
color: #EEC4D1;
}
.AnyTagClassName
{
color: #EEC4D1;
}
</style>
background-color css
<style>
a { background-color: #EEC4D1; }
a { background-color: rgb(238,196,209); }
div.DivClassName
{
background-color: #EEC4D1;
}
.BgClassName
{
background-color: #EEC4D1;
}
</style>
border-color css
<style>
span { border-color: #EEC4D1; }
span { border-color: rgb(238,196,209); }
td.TdClassName
{
border-color: #EEC4D1;
}
.TagClassName
{
border-color: #EEC4D1;
}
</style>