#EDD2B6

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

Shades of Pink Lady #EDD2B6

Tints of Pink Lady #EDD2B6

Color information

#EDD2B6 (or 0xEDD2B6) is unknown color: approx Pink Lady. HEX triplet: ED, D2 and B6. RGB value is (237,210,182). Sum of RGB (Red+Green+Blue) = 237+210+182=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 210 (82.42% from 255 or 33.39% from 629); Blue value is 182 (71.48% from 255 or 28.93% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD2B6 is #122D49. Grayscale: #D7D7D7. Windows color (decimal): -1191242 or 11981549. OLE color: 11981549.

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

Color convert

RGB237210182-
CMYK00.110.230.07
HSL30.55º60.44%82.16%-
HSV(B)30.55º23.21%92.94%-
XYZ66.4267.4853.78-
YUV214.88109.45143.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.68%
GREEN value IS 210 (82.42% from 255) = 33.39%
BLUE value IS 182 (71.48% from 255) = 28.93%
R=37.68%
G=33.39%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721018200.110.230.0730.5560.4482.16
HexEDD2B60B1771f3c52
Octal3553222660132773774122
Binary1110110111010010101101100101110111111111111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD2B6; }

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

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

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

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

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

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

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

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