Html Css Color HEX #ECD0B3 Pink Lady

📋 copy color: '#ECD0B3'

red 236 ◦ green 208 ◦ blue 179

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

Shades of Pink Lady #ECD0B3

Tints of Pink Lady #ECD0B3

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

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

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

RGB 236 208 179 -
CMYK 0 0.12 0.24 0.07
HSL 30.53º 0.6% 0.81% -
HSV(B) 30.53º 0.24% 0.93% -
XYZ 65.28 66.2 51.98 -
YUV 213.07 108.78 144.36 -
System Red Green Blue C M Y K H S L
Decimal 236 208 179 0 0.12 0.24 0.07 30.53 0.6 0.81
Hex EC D0 B3 0 C 18 7 1F 3C 51
Octal 354 320 263 0 14 30 7 37 74 121
Binary 11101100 11010000 10110011 0 1100 11000 111 11111 111100 1010001

Color Harmonies of #ECD0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD0B3

Black with #ECD0B3

Text Example


Text Example

White with #ECD0B3

Text Example


Text Example

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