Shades of Pink Lace #EECAD0
Tints of Pink Lace #EECAD0
RGB
CMYK
RGB Variations
Color information
#EECAD0 (or 0xEECAD0) is known color: Pink Lace. HEX triplet: EE, CA and D0. RGB value is (238,202,208). Sum of RGB (Red+Green+Blue) = 238+202+208=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAD0 is #11352F. Grayscale: #D5D5D5. Windows color (decimal): -1127728 or 13683438. OLE color: 13683438.
HSL color Cylindrical-coordinate representation of color #EECAD0: hue angle of 350º 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 #EECAD0 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 208 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.07 |
| HSL | 350º | 0.51% | 0.86% | - |
| HSV(B) | 350º | 0.15% | 0.93% | - |
| XYZ | 67.77 | 64.97 | 68.64 | - |
| YUV | 213.45 | 124.93 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 208 | 0 | 0.15 | 0.13 | 0.07 | 350 | 0.51 | 0.86 |
| Hex | EE | CA | D0 | 0 | F | D | 7 | 15E | 33 | 56 |
| Octal | 356 | 312 | 320 | 0 | 17 | 15 | 7 | 536 | 63 | 126 |
| Binary | 11101110 | 11001010 | 11010000 | 0 | 1111 | 1101 | 111 | 101011110 | 110011 | 1010110 |
Color Harmonies of #EECAD0
Complementary color
Monochromatic Colors of #EECAD0
Black with #EECAD0
Text Example
Text Example
White with #EECAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAD0; }
p { color: rgb(238,202,208); }
H1.HeaderClassName
{
color: #EECAD0;
}
.AnyTagClassName
{
color: #EECAD0;
}
</style>
background-color css
<style>
a { background-color: #EECAD0; }
a { background-color: rgb(238,202,208); }
div.DivClassName
{
background-color: #EECAD0;
}
.BgClassName
{
background-color: #EECAD0;
}
</style>
border-color css
<style>
span { border-color: #EECAD0; }
span { border-color: rgb(238,202,208); }
td.TdClassName
{
border-color: #EECAD0;
}
.TagClassName
{
border-color: #EECAD0;
}
</style>