Shades of Pink Lady #EBD1B6
Tints of Pink Lady #EBD1B6
RGB
CMYK
RGB Variations
Color information
#EBD1B6 (or 0xEBD1B6) is known color: Pink Lady. HEX triplet: EB, D1 and B6. RGB value is (235,209,182). Sum of RGB (Red+Green+Blue) = 235+209+182=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 209 (82.03% from 255 or 33.39% from 626); Blue value is 182 (71.48% from 255 or 29.07% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD1B6 is #142E49. Grayscale: #D5D5D5. Windows color (decimal): -1322570 or 11981291. OLE color: 11981291.
HSL color Cylindrical-coordinate representation of color #EBD1B6: hue angle of 30.57º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBD1B6 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 209 | 182 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.08 |
| HSL | 30.57º | 0.57% | 0.82% | - |
| HSV(B) | 30.57º | 0.23% | 0.92% | - |
| XYZ | 65.5 | 66.64 | 53.67 | - |
| YUV | 213.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 209 | 182 | 0 | 0.11 | 0.23 | 0.08 | 30.57 | 0.57 | 0.82 |
| Hex | EB | D1 | B6 | 0 | B | 17 | 8 | 1F | 39 | 52 |
| Octal | 353 | 321 | 266 | 0 | 13 | 27 | 10 | 37 | 71 | 122 |
| Binary | 11101011 | 11010001 | 10110110 | 0 | 1011 | 10111 | 1000 | 11111 | 111001 | 1010010 |
Color Harmonies of #EBD1B6
Complementary color
Monochromatic Colors of #EBD1B6
Black with #EBD1B6
Text Example
Text Example
White with #EBD1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD1B6; }
p { color: rgb(235,209,182); }
H1.HeaderClassName
{
color: #EBD1B6;
}
.AnyTagClassName
{
color: #EBD1B6;
}
</style>
background-color css
<style>
a { background-color: #EBD1B6; }
a { background-color: rgb(235,209,182); }
div.DivClassName
{
background-color: #EBD1B6;
}
.BgClassName
{
background-color: #EBD1B6;
}
</style>
border-color css
<style>
span { border-color: #EBD1B6; }
span { border-color: rgb(235,209,182); }
td.TdClassName
{
border-color: #EBD1B6;
}
.TagClassName
{
border-color: #EBD1B6;
}
</style>