Shades of Pink Lady #EBD4B9
Tints of Pink Lady #EBD4B9
RGB
CMYK
RGB Variations
Color information
#EBD4B9 (or 0xEBD4B9) is known color: Pink Lady. HEX triplet: EB, D4 and B9. RGB value is (235,212,185). Sum of RGB (Red+Green+Blue) = 235+212+185=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 212 (83.20% from 255 or 33.54% from 632); Blue value is 185 (72.66% from 255 or 29.27% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD4B9 is #142B46. Grayscale: #D7D7D7. Windows color (decimal): -1321799 or 12178667. OLE color: 12178667.
HSL color Cylindrical-coordinate representation of color #EBD4B9: hue angle of 32.4º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBD4B9 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 212 | 185 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.08 |
| HSL | 32.4º | 0.56% | 0.82% | - |
| HSV(B) | 32.4º | 0.21% | 0.92% | - |
| XYZ | 66.56 | 68.25 | 55.56 | - |
| YUV | 215.8 | 110.62 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 212 | 185 | 0 | 0.10 | 0.21 | 0.08 | 32.4 | 0.56 | 0.82 |
| Hex | EB | D4 | B9 | 0 | A | 15 | 8 | 20 | 38 | 52 |
| Octal | 353 | 324 | 271 | 0 | 12 | 25 | 10 | 40 | 70 | 122 |
| Binary | 11101011 | 11010100 | 10111001 | 0 | 1010 | 10101 | 1000 | 100000 | 111000 | 1010010 |
Color Harmonies of #EBD4B9
Complementary color
Monochromatic Colors of #EBD4B9
Black with #EBD4B9
Text Example
Text Example
White with #EBD4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD4B9; }
p { color: rgb(235,212,185); }
H1.HeaderClassName
{
color: #EBD4B9;
}
.AnyTagClassName
{
color: #EBD4B9;
}
</style>
background-color css
<style>
a { background-color: #EBD4B9; }
a { background-color: rgb(235,212,185); }
div.DivClassName
{
background-color: #EBD4B9;
}
.BgClassName
{
background-color: #EBD4B9;
}
</style>
border-color css
<style>
span { border-color: #EBD4B9; }
span { border-color: rgb(235,212,185); }
td.TdClassName
{
border-color: #EBD4B9;
}
.TagClassName
{
border-color: #EBD4B9;
}
</style>