#EED2B2

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

Shades of Pink Lady #EED2B2

Tints of Pink Lady #EED2B2

Color information

#EED2B2 (or 0xEED2B2) is unknown color: approx Pink Lady. HEX triplet: EE, D2 and B2. RGB value is (238,210,178). Sum of RGB (Red+Green+Blue) = 238+210+178=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 210 (82.42% from 255 or 33.55% from 626); Blue value is 178 (69.92% from 255 or 28.43% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED2B2 is #112D4D. Grayscale: #D6D6D6. Windows color (decimal): -1125710 or 11719406. OLE color: 11719406.

HSL color Cylindrical-coordinate representation of color #EED2B2: hue angle of 32º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EED2B2 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB238210178-
CMYK00.120.250.07
HSL32º63.83%81.57%-
HSV(B)32º25.21%93.33%-
XYZ66.3467.4851.65-
YUV214.72107.28144.6-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.02%
GREEN value IS 210 (82.42% from 255) = 33.55%
BLUE value IS 178 (69.92% from 255) = 28.43%
R=38.02%
G=33.55%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821017800.120.250.073263.8381.57
HexEED2B20C197204052
Octal35632226201431740100122
Binary111011101101001010110010011001100111110000010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED2B2; }

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

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

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

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

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

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

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

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