Shades of Pink Lace #EECBD4
Tints of Pink Lace #EECBD4
RGB
CMYK
RGB Variations
Color information
#EECBD4 (or 0xEECBD4) is known color: Pink Lace. HEX triplet: EE, CB and D4. RGB value is (238,203,212). Sum of RGB (Red+Green+Blue) = 238+203+212=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBD4 is #11342B. Grayscale: #D6D6D6. Windows color (decimal): -1127468 or 13945838. OLE color: 13945838.
HSL color Cylindrical-coordinate representation of color #EECBD4: hue angle of 344.57º 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 #EECBD4 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 212 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.07 |
| HSL | 344.57º | 0.51% | 0.86% | - |
| HSV(B) | 344.57º | 0.15% | 0.93% | - |
| XYZ | 68.5 | 65.64 | 71.35 | - |
| YUV | 214.49 | 126.6 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 212 | 0 | 0.15 | 0.11 | 0.07 | 344.57 | 0.51 | 0.86 |
| Hex | EE | CB | D4 | 0 | F | B | 7 | 159 | 33 | 56 |
| Octal | 356 | 313 | 324 | 0 | 17 | 13 | 7 | 531 | 63 | 126 |
| Binary | 11101110 | 11001011 | 11010100 | 0 | 1111 | 1011 | 111 | 101011001 | 110011 | 1010110 |
Color Harmonies of #EECBD4
Complementary color
Monochromatic Colors of #EECBD4
Black with #EECBD4
Text Example
Text Example
White with #EECBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBD4; }
p { color: rgb(238,203,212); }
H1.HeaderClassName
{
color: #EECBD4;
}
.AnyTagClassName
{
color: #EECBD4;
}
</style>
background-color css
<style>
a { background-color: #EECBD4; }
a { background-color: rgb(238,203,212); }
div.DivClassName
{
background-color: #EECBD4;
}
.BgClassName
{
background-color: #EECBD4;
}
</style>
border-color css
<style>
span { border-color: #EECBD4; }
span { border-color: rgb(238,203,212); }
td.TdClassName
{
border-color: #EECBD4;
}
.TagClassName
{
border-color: #EECBD4;
}
</style>