Shades of Pink Lace #EBCDD5
Tints of Pink Lace #EBCDD5
RGB
CMYK
RGB Variations
Color information
#EBCDD5 (or 0xEBCDD5) is known color: Pink Lace. HEX triplet: EB, CD and D5. RGB value is (235,205,213). Sum of RGB (Red+Green+Blue) = 235+205+213=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDD5 is #14322A. Grayscale: #D6D6D6. Windows color (decimal): -1323563 or 14011883. OLE color: 14011883.
HSL color Cylindrical-coordinate representation of color #EBCDD5: hue angle of 344º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBCDD5 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 213 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.08 |
| HSL | 344º | 0.43% | 0.86% | - |
| HSV(B) | 344º | 0.13% | 0.92% | - |
| XYZ | 68.1 | 66.13 | 72.13 | - |
| YUV | 214.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 213 | 0 | 0.13 | 0.09 | 0.08 | 344 | 0.43 | 0.86 |
| Hex | EB | CD | D5 | 0 | D | 9 | 8 | 158 | 2B | 56 |
| Octal | 353 | 315 | 325 | 0 | 15 | 11 | 10 | 530 | 53 | 126 |
| Binary | 11101011 | 11001101 | 11010101 | 0 | 1101 | 1001 | 1000 | 101011000 | 101011 | 1010110 |
Color Harmonies of #EBCDD5
Complementary color
Monochromatic Colors of #EBCDD5
Black with #EBCDD5
Text Example
Text Example
White with #EBCDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCDD5; }
p { color: rgb(235,205,213); }
H1.HeaderClassName
{
color: #EBCDD5;
}
.AnyTagClassName
{
color: #EBCDD5;
}
</style>
background-color css
<style>
a { background-color: #EBCDD5; }
a { background-color: rgb(235,205,213); }
div.DivClassName
{
background-color: #EBCDD5;
}
.BgClassName
{
background-color: #EBCDD5;
}
</style>
border-color css
<style>
span { border-color: #EBCDD5; }
span { border-color: rgb(235,205,213); }
td.TdClassName
{
border-color: #EBCDD5;
}
.TagClassName
{
border-color: #EBCDD5;
}
</style>