#EAD4BA

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

Shades of Pink Lady #EAD4BA

Tints of Pink Lady #EAD4BA

Color information

#EAD4BA (or 0xEAD4BA) is unknown color: approx Pink Lady. HEX triplet: EA, D4 and BA. RGB value is (234,212,186). Sum of RGB (Red+Green+Blue) = 234+212+186=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 212 (83.20% from 255 or 33.54% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD4BA is #152B45. Grayscale: #D7D7D7. Windows color (decimal): -1387334 or 12244202. OLE color: 12244202.

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

Color convert

RGB234212186-
CMYK00.090.210.08
HSL32.5º53.33%82.35%-
HSV(B)32.5º20.51%91.76%-
XYZ66.3468.1256.11-
YUV215.61111.29141.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.03%
GREEN value IS 212 (83.20% from 255) = 33.54%
BLUE value IS 186 (73.05% from 255) = 29.43%
R=37.03%
G=33.54%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421218600.090.210.0832.553.3382.35
HexEAD4BA09158213552
Octal35232427201125104165122
Binary111010101101010010111010010011010110001000011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD4BA; }

 p { color: rgb(234,212,186); }

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

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

 a { background-color: rgb(234,212,186); }

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

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

 span { border-color: rgb(234,212,186); }

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