Shades of Pink Lace #EECBD3
Tints of Pink Lace #EECBD3
RGB
CMYK
RGB Variations
Color information
#EECBD3 (or 0xEECBD3) is known color: Pink Lace. HEX triplet: EE, CB and D3. RGB value is (238,203,211). Sum of RGB (Red+Green+Blue) = 238+203+211=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 211 (82.81% from 255 or 32.36% from 652); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBD3 is #11342C. Grayscale: #D6D6D6. Windows color (decimal): -1127469 or 13880302. OLE color: 13880302.
HSL color Cylindrical-coordinate representation of color #EECBD3: hue angle of 346.29º 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 #EECBD3 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 211 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.07 |
| HSL | 346.29º | 0.51% | 0.86% | - |
| HSV(B) | 346.29º | 0.15% | 0.93% | - |
| XYZ | 68.37 | 65.59 | 70.68 | - |
| YUV | 214.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 211 | 0 | 0.15 | 0.11 | 0.07 | 346.29 | 0.51 | 0.86 |
| Hex | EE | CB | D3 | 0 | F | B | 7 | 15A | 33 | 56 |
| Octal | 356 | 313 | 323 | 0 | 17 | 13 | 7 | 532 | 63 | 126 |
| Binary | 11101110 | 11001011 | 11010011 | 0 | 1111 | 1011 | 111 | 101011010 | 110011 | 1010110 |
Color Harmonies of #EECBD3
Complementary color
Monochromatic Colors of #EECBD3
Black with #EECBD3
Text Example
Text Example
White with #EECBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBD3; }
p { color: rgb(238,203,211); }
H1.HeaderClassName
{
color: #EECBD3;
}
.AnyTagClassName
{
color: #EECBD3;
}
</style>
background-color css
<style>
a { background-color: #EECBD3; }
a { background-color: rgb(238,203,211); }
div.DivClassName
{
background-color: #EECBD3;
}
.BgClassName
{
background-color: #EECBD3;
}
</style>
border-color css
<style>
span { border-color: #EECBD3; }
span { border-color: rgb(238,203,211); }
td.TdClassName
{
border-color: #EECBD3;
}
.TagClassName
{
border-color: #EECBD3;
}
</style>