#EED5BA

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

Shades of Pink Lady #EED5BA

Tints of Pink Lady #EED5BA

Color information

#EED5BA (or 0xEED5BA) is unknown color: approx Pink Lady. HEX triplet: EE, D5 and BA. RGB value is (238,213,186). Sum of RGB (Red+Green+Blue) = 238+213+186=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 213 (83.59% from 255 or 33.44% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED5BA is #112A45. Grayscale: #D9D9D9. Windows color (decimal): -1124934 or 12244462. OLE color: 12244462.

HSL color Cylindrical-coordinate representation of color #EED5BA: hue angle of 31.15º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EED5BA is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB238213186-
CMYK00.110.220.07
HSL31.15º60.47%83.14%-
HSV(B)31.15º21.85%93.33%-
XYZ67.9269.3156.25-
YUV217.4110.28142.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.36%
GREEN value IS 213 (83.59% from 255) = 33.44%
BLUE value IS 186 (73.05% from 255) = 29.20%
R=37.36%
G=33.44%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821318600.110.220.0731.1560.4783.14
HexEED5BA0B1671f3c53
Octal3563252720132673774123
Binary1110111011010101101110100101110110111111111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED5BA; }

 p { color: rgb(238,213,186); }

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

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

 a { background-color: rgb(238,213,186); }

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

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

 span { border-color: rgb(238,213,186); }

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