Shades of Pink Lace #EECAD4
Tints of Pink Lace #EECAD4
RGB
CMYK
RGB Variations
Color information
#EECAD4 (or 0xEECAD4) is known color: Pink Lace. HEX triplet: EE, CA and D4. RGB value is (238,202,212). Sum of RGB (Red+Green+Blue) = 238+202+212=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAD4 is #11352B. Grayscale: #D5D5D5. Windows color (decimal): -1127724 or 13945582. OLE color: 13945582.
HSL color Cylindrical-coordinate representation of color #EECAD4: hue angle of 343.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 #EECAD4 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 212 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.07 |
| HSL | 343.33º | 0.51% | 0.86% | - |
| HSV(B) | 343.33º | 0.15% | 0.93% | - |
| XYZ | 68.26 | 65.17 | 71.27 | - |
| YUV | 213.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 212 | 0 | 0.15 | 0.11 | 0.07 | 343.33 | 0.51 | 0.86 |
| Hex | EE | CA | D4 | 0 | F | B | 7 | 157 | 33 | 56 |
| Octal | 356 | 312 | 324 | 0 | 17 | 13 | 7 | 527 | 63 | 126 |
| Binary | 11101110 | 11001010 | 11010100 | 0 | 1111 | 1011 | 111 | 101010111 | 110011 | 1010110 |
Color Harmonies of #EECAD4
Complementary color
Monochromatic Colors of #EECAD4
Black with #EECAD4
Text Example
Text Example
White with #EECAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAD4; }
p { color: rgb(238,202,212); }
H1.HeaderClassName
{
color: #EECAD4;
}
.AnyTagClassName
{
color: #EECAD4;
}
</style>
background-color css
<style>
a { background-color: #EECAD4; }
a { background-color: rgb(238,202,212); }
div.DivClassName
{
background-color: #EECAD4;
}
.BgClassName
{
background-color: #EECAD4;
}
</style>
border-color css
<style>
span { border-color: #EECAD4; }
span { border-color: rgb(238,202,212); }
td.TdClassName
{
border-color: #EECAD4;
}
.TagClassName
{
border-color: #EECAD4;
}
</style>