Shades of Pink Lace #EECAD1
Tints of Pink Lace #EECAD1
RGB
CMYK
RGB Variations
Color information
#EECAD1 (or 0xEECAD1) is known color: Pink Lace. HEX triplet: EE, CA and D1. RGB value is (238,202,209). Sum of RGB (Red+Green+Blue) = 238+202+209=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 209 (82.03% from 255 or 32.20% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAD1 is #11352E. Grayscale: #D5D5D5. Windows color (decimal): -1127727 or 13748974. OLE color: 13748974.
HSL color Cylindrical-coordinate representation of color #EECAD1: hue angle of 348.33º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECAD1 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 209 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.07 |
| HSL | 348.33º | 0.51% | 0.86% | - |
| HSV(B) | 348.33º | 0.15% | 0.93% | - |
| XYZ | 67.89 | 65.02 | 69.29 | - |
| YUV | 213.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 209 | 0 | 0.15 | 0.12 | 0.07 | 348.33 | 0.51 | 0.86 |
| Hex | EE | CA | D1 | 0 | F | C | 7 | 15C | 33 | 56 |
| Octal | 356 | 312 | 321 | 0 | 17 | 14 | 7 | 534 | 63 | 126 |
| Binary | 11101110 | 11001010 | 11010001 | 0 | 1111 | 1100 | 111 | 101011100 | 110011 | 1010110 |
Color Harmonies of #EECAD1
Complementary color
Monochromatic Colors of #EECAD1
Black with #EECAD1
Text Example
Text Example
White with #EECAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAD1; }
p { color: rgb(238,202,209); }
H1.HeaderClassName
{
color: #EECAD1;
}
.AnyTagClassName
{
color: #EECAD1;
}
</style>
background-color css
<style>
a { background-color: #EECAD1; }
a { background-color: rgb(238,202,209); }
div.DivClassName
{
background-color: #EECAD1;
}
.BgClassName
{
background-color: #EECAD1;
}
</style>
border-color css
<style>
span { border-color: #EECAD1; }
span { border-color: rgb(238,202,209); }
td.TdClassName
{
border-color: #EECAD1;
}
.TagClassName
{
border-color: #EECAD1;
}
</style>