Shades of Pink Lace #EECBD0
Tints of Pink Lace #EECBD0
RGB
CMYK
RGB Variations
Color information
#EECBD0 (or 0xEECBD0) is known color: Pink Lace. HEX triplet: EE, CB and D0. RGB value is (238,203,208). Sum of RGB (Red+Green+Blue) = 238+203+208=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBD0 is #11342F. Grayscale: #D6D6D6. Windows color (decimal): -1127472 or 13683694. OLE color: 13683694.
HSL color Cylindrical-coordinate representation of color #EECBD0: hue angle of 351.43º 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 #EECBD0 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 208 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.07 |
| HSL | 351.43º | 0.51% | 0.86% | - |
| HSV(B) | 351.43º | 0.15% | 0.93% | - |
| XYZ | 68 | 65.44 | 68.72 | - |
| YUV | 214.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 208 | 0 | 0.15 | 0.13 | 0.07 | 351.43 | 0.51 | 0.86 |
| Hex | EE | CB | D0 | 0 | F | D | 7 | 15F | 33 | 56 |
| Octal | 356 | 313 | 320 | 0 | 17 | 15 | 7 | 537 | 63 | 126 |
| Binary | 11101110 | 11001011 | 11010000 | 0 | 1111 | 1101 | 111 | 101011111 | 110011 | 1010110 |
Color Harmonies of #EECBD0
Complementary color
Monochromatic Colors of #EECBD0
Black with #EECBD0
Text Example
Text Example
White with #EECBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBD0; }
p { color: rgb(238,203,208); }
H1.HeaderClassName
{
color: #EECBD0;
}
.AnyTagClassName
{
color: #EECBD0;
}
</style>
background-color css
<style>
a { background-color: #EECBD0; }
a { background-color: rgb(238,203,208); }
div.DivClassName
{
background-color: #EECBD0;
}
.BgClassName
{
background-color: #EECBD0;
}
</style>
border-color css
<style>
span { border-color: #EECBD0; }
span { border-color: rgb(238,203,208); }
td.TdClassName
{
border-color: #EECBD0;
}
.TagClassName
{
border-color: #EECBD0;
}
</style>