#ECD1B9

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

Shades of Pink Lady #ECD1B9

Tints of Pink Lady #ECD1B9

Color information

#ECD1B9 (or 0xECD1B9) is unknown color: approx Pink Lady. HEX triplet: EC, D1 and B9. RGB value is (236,209,185). Sum of RGB (Red+Green+Blue) = 236+209+185=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 185 (72.66% from 255 or 29.37% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD1B9 is #132E46. Grayscale: #D6D6D6. Windows color (decimal): -1257031 or 12177900. OLE color: 12177900.

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

Color convert

RGB236209185-
CMYK00.110.220.07
HSL28.24º57.3%82.55%-
HSV(B)28.24º21.61%92.55%-
XYZ66.1566.9455.33-
YUV214.34111.45143.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.46%
GREEN value IS 209 (82.03% from 255) = 33.17%
BLUE value IS 185 (72.66% from 255) = 29.37%
R=37.46%
G=33.17%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620918500.110.220.0728.2457.382.55
HexECD1B90B1671c3953
Octal3543212710132673471123
Binary1110110011010001101110010101110110111111001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD1B9; }

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

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

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

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

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

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

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

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