#EED4BB

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

Shades of Pink Lady #EED4BB

Tints of Pink Lady #EED4BB

Color information

#EED4BB (or 0xEED4BB) is unknown color: approx Pink Lady. HEX triplet: EE, D4 and BB. RGB value is (238,212,187). Sum of RGB (Red+Green+Blue) = 238+212+187=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 212 (83.20% from 255 or 33.28% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED4BB is #112B44. Grayscale: #D9D9D9. Windows color (decimal): -1125189 or 12309742. OLE color: 12309742.

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

Color convert

RGB238212187-
CMYK00.110.210.07
HSL29.41º60%83.33%-
HSV(B)29.41º21.43%93.33%-
XYZ67.7768.8556.73-
YUV216.92111.11143.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.36%
GREEN value IS 212 (83.20% from 255) = 33.28%
BLUE value IS 187 (73.44% from 255) = 29.36%
R=37.36%
G=33.28%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821218700.110.210.0729.416083.33
HexEED4BB0B1571d3c53
Octal3563242730132573574123
Binary1110111011010100101110110101110101111111011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED4BB; }

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

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

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

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

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

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

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

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