Shades of Pink Lace #EECBD5
Tints of Pink Lace #EECBD5
RGB
CMYK
RGB Variations
Color information
#EECBD5 (or 0xEECBD5) is known color: Pink Lace. HEX triplet: EE, CB and D5. RGB value is (238,203,213). Sum of RGB (Red+Green+Blue) = 238+203+213=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 213 (83.59% from 255 or 32.57% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBD5 is #11342A. Grayscale: #D6D6D6. Windows color (decimal): -1127467 or 14011374. OLE color: 14011374.
HSL color Cylindrical-coordinate representation of color #EECBD5: hue angle of 342.86º 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 #EECBD5 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 213 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.07 |
| HSL | 342.86º | 0.51% | 0.86% | - |
| HSV(B) | 342.86º | 0.15% | 0.93% | - |
| XYZ | 68.63 | 65.69 | 72.01 | - |
| YUV | 214.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 213 | 0 | 0.15 | 0.11 | 0.07 | 342.86 | 0.51 | 0.86 |
| Hex | EE | CB | D5 | 0 | F | B | 7 | 157 | 33 | 56 |
| Octal | 356 | 313 | 325 | 0 | 17 | 13 | 7 | 527 | 63 | 126 |
| Binary | 11101110 | 11001011 | 11010101 | 0 | 1111 | 1011 | 111 | 101010111 | 110011 | 1010110 |
Color Harmonies of #EECBD5
Complementary color
Monochromatic Colors of #EECBD5
Black with #EECBD5
Text Example
Text Example
White with #EECBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBD5; }
p { color: rgb(238,203,213); }
H1.HeaderClassName
{
color: #EECBD5;
}
.AnyTagClassName
{
color: #EECBD5;
}
</style>
background-color css
<style>
a { background-color: #EECBD5; }
a { background-color: rgb(238,203,213); }
div.DivClassName
{
background-color: #EECBD5;
}
.BgClassName
{
background-color: #EECBD5;
}
</style>
border-color css
<style>
span { border-color: #EECBD5; }
span { border-color: rgb(238,203,213); }
td.TdClassName
{
border-color: #EECBD5;
}
.TagClassName
{
border-color: #EECBD5;
}
</style>