Html Css Color HEX #EDACB0 Pale Chestnut

📋 copy color: '#EDACB0'

red 237 ◦ green 172 ◦ blue 176

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

Shades of Pale Chestnut #EDACB0

Tints of Pale Chestnut #EDACB0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.4%

 BLUE value IS 176 (69.14% from 255) = 30.09%

R = 40.51%
G = 29.4%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDACB0 (or 0xEDACB0) is known color: Pale Chestnut. HEX triplet: ED, AC and B0. RGB value is (237,172,176). Sum of RGB (Red+Green+Blue) = 237+172+176=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDACB0 is #12534F. Grayscale: #BFBFBF. Windows color (decimal): -1200976 or 11578605. OLE color: 11578605.

HSL color Cylindrical-coordinate representation of color #EDACB0: hue angle of 356.31º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDACB0 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 172 176 -
CMYK 0 0.27 0.26 0.07
HSL 356.31º 0.64% 0.8% -
HSV(B) 356.31º 0.27% 0.93% -
XYZ 57.51 50.64 47.82 -
YUV 191.89 119.03 160.17 -
System Red Green Blue C M Y K H S L
Decimal 237 172 176 0 0.27 0.26 0.07 356.31 0.64 0.8
Hex ED AC B0 0 1B 1A 7 164 40 50
Octal 355 254 260 0 33 32 7 544 100 120
Binary 11101101 10101100 10110000 0 11011 11010 111 101100100 1000000 1010000

Color Harmonies of #EDACB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACB0

Black with #EDACB0

Text Example


Text Example

White with #EDACB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACB0; }

 p { color: rgb(237,172,176); }

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

background-color css

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

 a { background-color: rgb(237,172,176); }

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

border-color css

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

 span { border-color: rgb(237,172,176); }

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