#EDD0B3

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

Shades of Pink Lady #EDD0B3

Tints of Pink Lady #EDD0B3

Color information

#EDD0B3 (or 0xEDD0B3) is unknown color: approx Pink Lady. HEX triplet: ED, D0 and B3. RGB value is (237,208,179). Sum of RGB (Red+Green+Blue) = 237+208+179=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 208 (81.64% from 255 or 33.33% from 624); Blue value is 179 (70.31% from 255 or 28.69% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0B3 is #122F4C. Grayscale: #D5D5D5. Windows color (decimal): -1191757 or 11784429. OLE color: 11784429.

HSL color Cylindrical-coordinate representation of color #EDD0B3: hue angle of 30º degrees, saturation: 0.62, 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 #EDD0B3 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB237208179-
CMYK00.120.240.07
HSL30º61.7%81.57%-
HSV(B)30º24.47%92.94%-
XYZ65.6266.3752-
YUV213.36108.61144.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.98%
GREEN value IS 208 (81.64% from 255) = 33.33%
BLUE value IS 179 (70.31% from 255) = 28.69%
R=37.98%
G=33.33%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720817900.120.240.073061.781.57
HexEDD0B30C1871e3e52
Octal3553202630143073676122
Binary1110110111010000101100110110011000111111101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD0B3; }

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

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

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

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

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

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

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

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