#EDD5BB

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

Shades of Pink Lady #EDD5BB

Tints of Pink Lady #EDD5BB

Color information

#EDD5BB (or 0xEDD5BB) is unknown color: approx Pink Lady. HEX triplet: ED, D5 and BB. RGB value is (237,213,187). Sum of RGB (Red+Green+Blue) = 237+213+187=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 213 (83.59% from 255 or 33.44% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD5BB is #122A44. Grayscale: #D9D9D9. Windows color (decimal): -1190469 or 12309997. OLE color: 12309997.

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

Color convert

RGB237213187-
CMYK00.100.210.07
HSL31.2º58.14%83.14%-
HSV(B)31.2º21.1%92.94%-
XYZ67.6969.1856.8-
YUV217.21110.95142.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.21%
GREEN value IS 213 (83.59% from 255) = 33.44%
BLUE value IS 187 (73.44% from 255) = 29.36%
R=37.21%
G=33.44%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721318700.100.210.0731.258.1483.14
HexEDD5BB0A1571f3a53
Octal3553252730122573772123
Binary1110110111010101101110110101010101111111111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD5BB; }

 p { color: rgb(237,213,187); }

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

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

 a { background-color: rgb(237,213,187); }

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

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

 span { border-color: rgb(237,213,187); }

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