#EED3BA

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

Shades of Pink Lady #EED3BA

Tints of Pink Lady #EED3BA

Color information

#EED3BA (or 0xEED3BA) is unknown color: approx Pink Lady. HEX triplet: EE, D3 and BA. RGB value is (238,211,186). Sum of RGB (Red+Green+Blue) = 238+211+186=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 211 (82.81% from 255 or 33.23% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EED3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED3BA is #112C45. Grayscale: #D8D8D8. Windows color (decimal): -1125446 or 12243950. OLE color: 12243950.

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

Color convert

RGB238211186-
CMYK00.110.220.07
HSL28.85º60.47%83.14%-
HSV(B)28.85º21.85%93.33%-
XYZ67.4268.3156.09-
YUV216.22110.95143.53-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.48%
GREEN value IS 211 (82.81% from 255) = 33.23%
BLUE value IS 186 (73.05% from 255) = 29.29%
R=37.48%
G=33.23%
B=29.29%

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
Decimal23821118600.110.220.0728.8560.4783.14
HexEED3BA0B1671d3c53
Octal3563232720132673574123
Binary1110111011010011101110100101110110111111011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED3BA; }

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

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

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

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

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

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

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

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