#EDD2B5

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

Shades of Pink Lady #EDD2B5

Tints of Pink Lady #EDD2B5

Color information

#EDD2B5 (or 0xEDD2B5) is unknown color: approx Pink Lady. HEX triplet: ED, D2 and B5. RGB value is (237,210,181). Sum of RGB (Red+Green+Blue) = 237+210+181=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 210 (82.42% from 255 or 33.44% from 628); Blue value is 181 (71.09% from 255 or 28.82% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD2B5 is #122D4A. Grayscale: #D6D6D6. Windows color (decimal): -1191243 or 11916013. OLE color: 11916013.

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

Color convert

RGB237210181-
CMYK00.110.240.07
HSL31.07º60.87%81.96%-
HSV(B)31.07º23.63%92.94%-
XYZ66.3167.4353.24-
YUV214.77108.95143.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.74%
GREEN value IS 210 (82.42% from 255) = 33.44%
BLUE value IS 181 (71.09% from 255) = 28.82%
R=37.74%
G=33.44%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721018100.110.240.0731.0760.8781.96
HexEDD2B50B1871f3d52
Octal3553222650133073775122
Binary1110110111010010101101010101111000111111111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD2B5; }

 p { color: rgb(237,210,181); }

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

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

 a { background-color: rgb(237,210,181); }

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

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

 span { border-color: rgb(237,210,181); }

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