#EED7BA

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

Shades of Pink Lady #EED7BA

Tints of Pink Lady #EED7BA

Color information

#EED7BA (or 0xEED7BA) is unknown color: approx Pink Lady. HEX triplet: EE, D7 and BA. RGB value is (238,215,186). Sum of RGB (Red+Green+Blue) = 238+215+186=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 215 (84.38% from 255 or 33.65% from 639); Blue value is 186 (73.05% from 255 or 29.11% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED7BA is #112845. Grayscale: #DADADA. Windows color (decimal): -1124422 or 12244974. OLE color: 12244974.

HSL color Cylindrical-coordinate representation of color #EED7BA: hue angle of 33.46º 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 #EED7BA is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB238215186-
CMYK00.100.220.07
HSL33.46º60.47%83.14%-
HSV(B)33.46º21.85%93.33%-
XYZ68.4270.3256.42-
YUV218.57109.62141.86-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.25%
GREEN value IS 215 (84.38% from 255) = 33.65%
BLUE value IS 186 (73.05% from 255) = 29.11%
R=37.25%
G=33.65%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821518600.100.220.0733.4660.4783.14
HexEED7BA0A167213c53
Octal3563272720122674174123
Binary11101110110101111011101001010101101111000011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED7BA; }

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

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

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

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

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

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

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

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