#EAD1B9

Color #EAD1B9 Pink Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lady #EAD1B9

Tints of Pink Lady #EAD1B9

Color information

#EAD1B9 (or 0xEAD1B9) is unknown color: approx Pink Lady. HEX triplet: EA, D1 and B9. RGB value is (234,209,185). Sum of RGB (Red+Green+Blue) = 234+209+185=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 209 (82.03% from 255 or 33.28% from 628); Blue value is 185 (72.66% from 255 or 29.46% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD1B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD1B9 is #152E46. Grayscale: #D5D5D5. Windows color (decimal): -1388103 or 12177898. OLE color: 12177898.

HSL color Cylindrical-coordinate representation of color #EAD1B9: hue angle of 29.39º degrees, saturation: 0.54, 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 #EAD1B9 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB234209185-
CMYK00.110.210.08
HSL29.39º53.85%82.16%-
HSV(B)29.39º20.94%91.76%-
XYZ65.4966.655.3-
YUV213.74111.78142.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 37.26%
GREEN value IS 209 (82.03% from 255) = 33.28%
BLUE value IS 185 (72.66% from 255) = 29.46%
R=37.26%
G=33.28%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420918500.110.210.0829.3953.8582.16
HexEAD1B90B1581d3652
Octal35232127101325103566122
Binary11101010110100011011100101011101011000111011101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD1B9; }

 p { color: rgb(234,209,185); }

 H1.HeaderClassName
 {
   color: #EAD1B9;
 }
 .AnyTagClassName
 {
   color: #EAD1B9;
 }
</style>
background-color css

<style>
 a { background-color: #EAD1B9; }

 a { background-color: rgb(234,209,185); }

 div.DivClassName
 {
   background-color: #EAD1B9;
 }
 .BgClassName
 {
   background-color: #EAD1B9;
 }
</style>
border-color css

<style>
 span { border-color: #EAD1B9; }

 span { border-color: rgb(234,209,185); }

 td.TdClassName
 {
   border-color: #EAD1B9;
 }
 .TagClassName
 {
   border-color: #EAD1B9;
 }
</style>