#ECD1B4

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

Shades of Pink Lady #ECD1B4

Tints of Pink Lady #ECD1B4

Color information

#ECD1B4 (or 0xECD1B4) is unknown color: approx Pink Lady. HEX triplet: EC, D1 and B4. RGB value is (236,209,180). Sum of RGB (Red+Green+Blue) = 236+209+180=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 209 (82.03% from 255 or 33.44% from 625); Blue value is 180 (70.70% from 255 or 28.8% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD1B4 is #132E4B. Grayscale: #D5D5D5. Windows color (decimal): -1257036 or 11850220. OLE color: 11850220.

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

Color convert

RGB236209180-
CMYK00.110.240.07
HSL31.07º59.57%81.57%-
HSV(B)31.07º23.73%92.55%-
XYZ65.6366.7352.6-
YUV213.77108.95143.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.76%
GREEN value IS 209 (82.03% from 255) = 33.44%
BLUE value IS 180 (70.70% from 255) = 28.8%
R=37.76%
G=33.44%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620918000.110.240.0731.0759.5781.57
HexECD1B40B1871f3c52
Octal3543212640133073774122
Binary1110110011010001101101000101111000111111111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD1B4; }

 p { color: rgb(236,209,180); }

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

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

 a { background-color: rgb(236,209,180); }

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

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

 span { border-color: rgb(236,209,180); }

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