#EED2BA

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

Shades of Pink Lady #EED2BA

Tints of Pink Lady #EED2BA

Color information

#EED2BA (or 0xEED2BA) is unknown color: approx Pink Lady. HEX triplet: EE, D2 and BA. RGB value is (238,210,186). Sum of RGB (Red+Green+Blue) = 238+210+186=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED2BA is #112D45. Grayscale: #D7D7D7. Windows color (decimal): -1125702 or 12243694. OLE color: 12243694.

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

Color convert

RGB238210186-
CMYK00.120.220.07
HSL27.69º60.47%83.14%-
HSV(B)27.69º21.85%93.33%-
XYZ67.1767.8256-
YUV215.64111.28143.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.54%
GREEN value IS 210 (82.42% from 255) = 33.12%
BLUE value IS 186 (73.05% from 255) = 29.34%
R=37.54%
G=33.12%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821018600.120.220.0727.6960.4783.14
HexEED2BA0C1671c3c53
Octal3563222720142673474123
Binary1110111011010010101110100110010110111111001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED2BA; }

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

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

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

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

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

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

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

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