Html Css Color HEX #ECD1BA Pink Lady

📋 copy color: '#ECD1BA'

red 236 ◦ green 209 ◦ blue 186

#ECD1BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Lady #ECD1BA

Tints of Pink Lady #ECD1BA

RGB

 RED value IS 236 (92.58% from 255) = 37.4%

 GREEN value IS 209 (82.03% from 255) = 33.12%

 BLUE value IS 186 (73.05% from 255) = 29.48%

R = 37.4%
G = 33.12%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ECD1BA (or 0xECD1BA) is known color: Pink Lady. HEX triplet: EC, D1 and BA. RGB value is (236,209,186). Sum of RGB (Red+Green+Blue) = 236+209+186=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD1BA is #132E45. Grayscale: #D6D6D6. Windows color (decimal): -1257030 or 12243436. OLE color: 12243436.

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

Color convert

RGB 236 209 186 -
CMYK 0 0.11 0.21 0.07
HSL 27.6º 0.57% 0.83% -
HSV(B) 27.6º 0.21% 0.93% -
XYZ 66.26 66.98 55.89 -
YUV 214.45 111.95 143.37 -
System Red Green Blue C M Y K H S L
Decimal 236 209 186 0 0.11 0.21 0.07 27.6 0.57 0.83
Hex EC D1 BA 0 B 15 7 1C 39 53
Octal 354 321 272 0 13 25 7 34 71 123
Binary 11101100 11010001 10111010 0 1011 10101 111 11100 111001 1010011

Color Harmonies of #ECD1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD1BA

Black with #ECD1BA

Text Example


Text Example

White with #ECD1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD1BA; }

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

 H1.HeaderClassName
 {
   color: #ECD1BA;
 }
 .AnyTagClassName
 {
   color: #ECD1BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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