Shades of Pink Lace #EECAD3
Tints of Pink Lace #EECAD3
RGB
CMYK
RGB Variations
Color information
#EECAD3 (or 0xEECAD3) is known color: Pink Lace. HEX triplet: EE, CA and D3. RGB value is (238,202,211). Sum of RGB (Red+Green+Blue) = 238+202+211=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 211 (82.81% from 255 or 32.41% from 651); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAD3 is #11352C. Grayscale: #D5D5D5. Windows color (decimal): -1127725 or 13880046. OLE color: 13880046.
HSL color Cylindrical-coordinate representation of color #EECAD3: hue angle of 345º 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 #EECAD3 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 211 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.07 |
| HSL | 345º | 0.51% | 0.86% | - |
| HSV(B) | 345º | 0.15% | 0.93% | - |
| XYZ | 68.14 | 65.12 | 70.61 | - |
| YUV | 213.79 | 126.43 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 211 | 0 | 0.15 | 0.11 | 0.07 | 345 | 0.51 | 0.86 |
| Hex | EE | CA | D3 | 0 | F | B | 7 | 159 | 33 | 56 |
| Octal | 356 | 312 | 323 | 0 | 17 | 13 | 7 | 531 | 63 | 126 |
| Binary | 11101110 | 11001010 | 11010011 | 0 | 1111 | 1011 | 111 | 101011001 | 110011 | 1010110 |
Color Harmonies of #EECAD3
Complementary color
Monochromatic Colors of #EECAD3
Black with #EECAD3
Text Example
Text Example
White with #EECAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAD3; }
p { color: rgb(238,202,211); }
H1.HeaderClassName
{
color: #EECAD3;
}
.AnyTagClassName
{
color: #EECAD3;
}
</style>
background-color css
<style>
a { background-color: #EECAD3; }
a { background-color: rgb(238,202,211); }
div.DivClassName
{
background-color: #EECAD3;
}
.BgClassName
{
background-color: #EECAD3;
}
</style>
border-color css
<style>
span { border-color: #EECAD3; }
span { border-color: rgb(238,202,211); }
td.TdClassName
{
border-color: #EECAD3;
}
.TagClassName
{
border-color: #EECAD3;
}
</style>