Html Css Color HEX #ECD1B9 Pink Lady

📋 copy color: '#ECD1B9'

red 236 ◦ green 209 ◦ blue 185

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

Shades of Pink Lady #ECD1B9

Tints of Pink Lady #ECD1B9

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 value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ECD1B9 (or 0xECD1B9) is known color: 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

RGB 236 209 185 -
CMYK 0 0.11 0.22 0.07
HSL 28.24º 0.57% 0.83% -
HSV(B) 28.24º 0.22% 0.93% -
XYZ 66.15 66.94 55.33 -
YUV 214.34 111.45 143.45 -
System Red Green Blue C M Y K H S L
Decimal 236 209 185 0 0.11 0.22 0.07 28.24 0.57 0.83
Hex EC D1 B9 0 B 16 7 1C 39 53
Octal 354 321 271 0 13 26 7 34 71 123
Binary 11101100 11010001 10111001 0 1011 10110 111 11100 111001 1010011

Color Harmonies of #ECD1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD1B9

Black with #ECD1B9

Text Example


Text Example

White with #ECD1B9

Text Example


Text Example

HTML Codes & Css Web 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>