#ECD3BA

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

Shades of Pink Lady #ECD3BA

Tints of Pink Lady #ECD3BA

Color information

#ECD3BA (or 0xECD3BA) is unknown color: approx Pink Lady. HEX triplet: EC, D3 and BA. RGB value is (236,211,186). Sum of RGB (Red+Green+Blue) = 236+211+186=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 211 (82.81% from 255 or 33.33% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD3BA is #132C45. Grayscale: #D7D7D7. Windows color (decimal): -1256518 or 12243948. OLE color: 12243948.

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

Color convert

RGB236211186-
CMYK00.110.210.07
HSL30º56.82%82.75%-
HSV(B)30º21.19%92.55%-
XYZ66.7567.9756.06-
YUV215.62111.28142.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.28%
GREEN value IS 211 (82.81% from 255) = 33.33%
BLUE value IS 186 (73.05% from 255) = 29.38%
R=37.28%
G=33.33%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621118600.110.210.073056.8282.75
HexECD3BA0B1571e3953
Octal3543232720132573671123
Binary1110110011010011101110100101110101111111101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD3BA; }

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

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

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

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

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

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

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

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