Html Css Color HEX #EDA3AB Pale Chestnut

📋 copy color: '#EDA3AB'

red 237 ◦ green 163 ◦ blue 171

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

Shades of Pale Chestnut #EDA3AB

Tints of Pale Chestnut #EDA3AB

RGB

 RED value IS 237 (92.97% from 255) = 41.51%

 GREEN value IS 163 (64.06% from 255) = 28.55%

 BLUE value IS 171 (67.19% from 255) = 29.95%

R = 41.51%
G = 28.55%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EDA3AB (or 0xEDA3AB) is known color: Pale Chestnut. HEX triplet: ED, A3 and AB. RGB value is (237,163,171). Sum of RGB (Red+Green+Blue) = 237+163+171=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 163 (64.06% from 255 or 28.55% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA3AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA3AB is #125C54. Grayscale: #BABABA. Windows color (decimal): -1203285 or 11248621. OLE color: 11248621.

HSL color Cylindrical-coordinate representation of color #EDA3AB: hue angle of 353.51º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDA3AB is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 163 171 -
CMYK 0 0.31 0.28 0.07
HSL 353.51º 0.67% 0.78% -
HSV(B) 353.51º 0.31% 0.93% -
XYZ 55.37 47.14 44.71 -
YUV 186.04 119.52 164.35 -
System Red Green Blue C M Y K H S L
Decimal 237 163 171 0 0.31 0.28 0.07 353.51 0.67 0.78
Hex ED A3 AB 0 1F 1C 7 162 43 4E
Octal 355 243 253 0 37 34 7 542 103 116
Binary 11101101 10100011 10101011 0 11111 11100 111 101100010 1000011 1001110

Color Harmonies of #EDA3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA3AB

Black with #EDA3AB

Text Example


Text Example

White with #EDA3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA3AB; }

 p { color: rgb(237,163,171); }

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

background-color css

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

 a { background-color: rgb(237,163,171); }

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

border-color css

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

 span { border-color: rgb(237,163,171); }

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