#ECD0B3

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

Shades of Pink Lady #ECD0B3

Tints of Pink Lady #ECD0B3

Color information

#ECD0B3 (or 0xECD0B3) is unknown color: approx Pink Lady. HEX triplet: EC, D0 and B3. RGB value is (236,208,179). Sum of RGB (Red+Green+Blue) = 236+208+179=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 179 (70.31% from 255 or 28.73% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0B3 is #132F4C. Grayscale: #D5D5D5. Windows color (decimal): -1257293 or 11784428. OLE color: 11784428.

HSL color Cylindrical-coordinate representation of color #ECD0B3: hue angle of 30.53º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECD0B3 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB236208179-
CMYK00.120.240.07
HSL30.53º60%81.37%-
HSV(B)30.53º24.15%92.55%-
XYZ65.2866.251.98-
YUV213.07108.78144.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.88%
GREEN value IS 208 (81.64% from 255) = 33.39%
BLUE value IS 179 (70.31% from 255) = 28.73%
R=37.88%
G=33.39%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620817900.120.240.0730.536081.37
HexECD0B30C1871f3c51
Octal3543202630143073774121
Binary1110110011010000101100110110011000111111111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD0B3; }

 p { color: rgb(236,208,179); }

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

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

 a { background-color: rgb(236,208,179); }

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

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

 span { border-color: rgb(236,208,179); }

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