Html Css Color HEX #ECD4B6 Pink Lady

📋 copy color: '#ECD4B6'

red 236 ◦ green 212 ◦ blue 182

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

Shades of Pink Lady #ECD4B6

Tints of Pink Lady #ECD4B6

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.65%

 BLUE value IS 182 (71.48% from 255) = 28.89%

R = 37.46%
G = 33.65%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#ECD4B6 (or 0xECD4B6) is known color: Pink Lady. HEX triplet: EC, D4 and B6. RGB value is (236,212,182). Sum of RGB (Red+Green+Blue) = 236+212+182=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 212 (83.20% from 255 or 33.65% from 630); Blue value is 182 (71.48% from 255 or 28.89% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD4B6 is #132B49. Grayscale: #D7D7D7. Windows color (decimal): -1256266 or 11982060. OLE color: 11982060.

HSL color Cylindrical-coordinate representation of color #ECD4B6: hue angle of 33.33º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECD4B6 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 212 182 -
CMYK 0 0.10 0.23 0.07
HSL 33.33º 0.59% 0.82% -
HSV(B) 33.33º 0.23% 0.93% -
XYZ 66.58 68.3 53.93 -
YUV 215.76 108.95 142.44 -
System Red Green Blue C M Y K H S L
Decimal 236 212 182 0 0.10 0.23 0.07 33.33 0.59 0.82
Hex EC D4 B6 0 A 17 7 21 3B 52
Octal 354 324 266 0 12 27 7 41 73 122
Binary 11101100 11010100 10110110 0 1010 10111 111 100001 111011 1010010

Color Harmonies of #ECD4B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD4B6

Black with #ECD4B6

Text Example


Text Example

White with #ECD4B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD4B6; }

 p { color: rgb(236,212,182); }

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

background-color css

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

 a { background-color: rgb(236,212,182); }

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

border-color css

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

 span { border-color: rgb(236,212,182); }

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