#EDD0B2

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

Shades of Pink Lady #EDD0B2

Tints of Pink Lady #EDD0B2

Color information

#EDD0B2 (or 0xEDD0B2) is unknown color: approx Pink Lady. HEX triplet: ED, D0 and B2. RGB value is (237,208,178). Sum of RGB (Red+Green+Blue) = 237+208+178=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 178 (69.92% from 255 or 28.57% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD0B2 is #122F4D. Grayscale: #D5D5D5. Windows color (decimal): -1191758 or 11718893. OLE color: 11718893.

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

Color convert

RGB237208178-
CMYK00.120.250.07
HSL30.51º62.11%81.37%-
HSV(B)30.51º24.89%92.94%-
XYZ65.5266.3351.47-
YUV213.25108.11144.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.04%
GREEN value IS 208 (81.64% from 255) = 33.39%
BLUE value IS 178 (69.92% from 255) = 28.57%
R=38.04%
G=33.39%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720817800.120.250.0730.5162.1181.37
HexEDD0B20C1971f3e51
Octal3553202620143173776121
Binary1110110111010000101100100110011001111111111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD0B2; }

 p { color: rgb(237,208,178); }

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

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

 a { background-color: rgb(237,208,178); }

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

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

 span { border-color: rgb(237,208,178); }

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