#EDD6BA

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

Shades of Pink Lady #EDD6BA

Tints of Pink Lady #EDD6BA

Color information

#EDD6BA (or 0xEDD6BA) is unknown color: approx Pink Lady. HEX triplet: ED, D6 and BA. RGB value is (237,214,186). Sum of RGB (Red+Green+Blue) = 237+214+186=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD6BA is #122945. Grayscale: #D9D9D9. Windows color (decimal): -1190214 or 12244717. OLE color: 12244717.

HSL color Cylindrical-coordinate representation of color #EDD6BA: hue angle of 32.94º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDD6BA is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB237214186-
CMYK00.100.220.07
HSL32.94º58.62%82.94%-
HSV(B)32.94º21.52%92.94%-
XYZ67.8369.6456.32-
YUV217.68110.12141.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.21%
GREEN value IS 214 (83.98% from 255) = 33.59%
BLUE value IS 186 (73.05% from 255) = 29.20%
R=37.21%
G=33.59%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721418600.100.220.0732.9458.6282.94
HexEDD6BA0A167213b53
Octal3553262720122674173123
Binary11101101110101101011101001010101101111000011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD6BA; }

 p { color: rgb(237,214,186); }

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

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

 a { background-color: rgb(237,214,186); }

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

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

 span { border-color: rgb(237,214,186); }

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