#ECD5BA

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

Shades of Pink Lady #ECD5BA

Tints of Pink Lady #ECD5BA

Color information

#ECD5BA (or 0xECD5BA) is unknown color: approx Pink Lady. HEX triplet: EC, D5 and BA. RGB value is (236,213,186). Sum of RGB (Red+Green+Blue) = 236+213+186=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD5BA is #132A45. Grayscale: #D8D8D8. Windows color (decimal): -1256006 or 12244460. OLE color: 12244460.

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

Color convert

RGB236213186-
CMYK00.100.210.07
HSL32.4º56.82%82.75%-
HSV(B)32.4º21.19%92.55%-
XYZ67.2568.9756.22-
YUV216.8110.62141.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.17%
GREEN value IS 213 (83.59% from 255) = 33.54%
BLUE value IS 186 (73.05% from 255) = 29.29%
R=37.17%
G=33.54%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621318600.100.210.0732.456.8282.75
HexECD5BA0A157203953
Octal3543252720122574071123
Binary11101100110101011011101001010101011111000001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD5BA; }

 p { color: rgb(236,213,186); }

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

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

 a { background-color: rgb(236,213,186); }

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

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

 span { border-color: rgb(236,213,186); }

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