#EED2BB

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

Shades of Pink Lady #EED2BB

Tints of Pink Lady #EED2BB

Color information

#EED2BB (or 0xEED2BB) is unknown color: approx Pink Lady. HEX triplet: EE, D2 and BB. RGB value is (238,210,187). Sum of RGB (Red+Green+Blue) = 238+210+187=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 187 (73.44% from 255 or 29.45% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED2BB is #112D44. Grayscale: #D7D7D7. Windows color (decimal): -1125701 or 12309230. OLE color: 12309230.

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

Color convert

RGB238210187-
CMYK00.120.210.07
HSL27.06º60%83.33%-
HSV(B)27.06º21.43%93.33%-
XYZ67.2867.8656.57-
YUV215.75111.78143.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.48%
GREEN value IS 210 (82.42% from 255) = 33.07%
BLUE value IS 187 (73.44% from 255) = 29.45%
R=37.48%
G=33.07%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821018700.120.210.0727.066083.33
HexEED2BB0C1571b3c53
Octal3563222730142573374123
Binary1110111011010010101110110110010101111110111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED2BB; }

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

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

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

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

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

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

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

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