Shades of Pink Lace #EECCD4
Tints of Pink Lace #EECCD4
RGB
CMYK
RGB Variations
Color information
#EECCD4 (or 0xEECCD4) is known color: Pink Lace. HEX triplet: EE, CC and D4. RGB value is (238,204,212). Sum of RGB (Red+Green+Blue) = 238+204+212=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 212 (83.20% from 255 or 32.42% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCD4 is #11332B. Grayscale: #D7D7D7. Windows color (decimal): -1127212 or 13946094. OLE color: 13946094.
HSL color Cylindrical-coordinate representation of color #EECCD4: hue angle of 345.88º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECCD4 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 212 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.07 |
| HSL | 345.88º | 0.5% | 0.87% | - |
| HSV(B) | 345.88º | 0.14% | 0.93% | - |
| XYZ | 68.74 | 66.12 | 71.43 | - |
| YUV | 215.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 212 | 0 | 0.14 | 0.11 | 0.07 | 345.88 | 0.5 | 0.87 |
| Hex | EE | CC | D4 | 0 | E | B | 7 | 15A | 32 | 57 |
| Octal | 356 | 314 | 324 | 0 | 16 | 13 | 7 | 532 | 62 | 127 |
| Binary | 11101110 | 11001100 | 11010100 | 0 | 1110 | 1011 | 111 | 101011010 | 110010 | 1010111 |
Color Harmonies of #EECCD4
Complementary color
Monochromatic Colors of #EECCD4
Black with #EECCD4
Text Example
Text Example
White with #EECCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCD4; }
p { color: rgb(238,204,212); }
H1.HeaderClassName
{
color: #EECCD4;
}
.AnyTagClassName
{
color: #EECCD4;
}
</style>
background-color css
<style>
a { background-color: #EECCD4; }
a { background-color: rgb(238,204,212); }
div.DivClassName
{
background-color: #EECCD4;
}
.BgClassName
{
background-color: #EECCD4;
}
</style>
border-color css
<style>
span { border-color: #EECCD4; }
span { border-color: rgb(238,204,212); }
td.TdClassName
{
border-color: #EECCD4;
}
.TagClassName
{
border-color: #EECCD4;
}
</style>