Html Css Color HEX #EDADB0 Pale Chestnut

📋 copy color: '#EDADB0'

red 237 ◦ green 173 ◦ blue 176

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

Shades of Pale Chestnut #EDADB0

Tints of Pale Chestnut #EDADB0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.52%

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

R = 40.44%
G = 29.52%
B = 30.03%

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

#EDADB0 (or 0xEDADB0) is known color: Pale Chestnut. HEX triplet: ED, AD and B0. RGB value is (237,173,176). Sum of RGB (Red+Green+Blue) = 237+173+176=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 176 (69.14% from 255 or 30.03% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDADB0 is #12524F. Grayscale: #C0C0C0. Windows color (decimal): -1200720 or 11578861. OLE color: 11578861.

HSL color Cylindrical-coordinate representation of color #EDADB0: hue angle of 357.19º 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 #EDADB0 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 173 176 -
CMYK 0 0.27 0.26 0.07
HSL 357.19º 0.64% 0.8% -
HSV(B) 357.19º 0.27% 0.93% -
XYZ 57.71 51.03 47.88 -
YUV 192.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 237 173 176 0 0.27 0.26 0.07 357.19 0.64 0.8
Hex ED AD B0 0 1B 1A 7 165 40 50
Octal 355 255 260 0 33 32 7 545 100 120
Binary 11101101 10101101 10110000 0 11011 11010 111 101100101 1000000 1010000

Color Harmonies of #EDADB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDADB0

Black with #EDADB0

Text Example


Text Example

White with #EDADB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDADB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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