Html Css Color HEX #ECD2B4 Pink Lady

📋 copy color: '#ECD2B4'

red 236 ◦ green 210 ◦ blue 180

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

Shades of Pink Lady #ECD2B4

Tints of Pink Lady #ECD2B4

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.55%

 BLUE value IS 180 (70.7% from 255) = 28.75%

R = 37.7%
G = 33.55%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#ECD2B4 (or 0xECD2B4) is known color: Pink Lady. HEX triplet: EC, D2 and B4. RGB value is (236,210,180). Sum of RGB (Red+Green+Blue) = 236+210+180=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 210 (82.42% from 255 or 33.55% from 626); Blue value is 180 (70.70% from 255 or 28.75% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2B4 is #132D4B. Grayscale: #D6D6D6. Windows color (decimal): -1256780 or 11850476. OLE color: 11850476.

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

Color convert

RGB 236 210 180 -
CMYK 0 0.11 0.24 0.07
HSL 32.14º 0.6% 0.82% -
HSV(B) 32.14º 0.24% 0.93% -
XYZ 65.88 67.22 52.68 -
YUV 214.35 108.61 143.44 -
System Red Green Blue C M Y K H S L
Decimal 236 210 180 0 0.11 0.24 0.07 32.14 0.6 0.82
Hex EC D2 B4 0 B 18 7 20 3C 52
Octal 354 322 264 0 13 30 7 40 74 122
Binary 11101100 11010010 10110100 0 1011 11000 111 100000 111100 1010010

Color Harmonies of #ECD2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD2B4

Black with #ECD2B4

Text Example


Text Example

White with #ECD2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD2B4; }

 p { color: rgb(236,210,180); }

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

background-color css

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

 a { background-color: rgb(236,210,180); }

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

border-color css

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

 span { border-color: rgb(236,210,180); }

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