Html Css Color HEX #EDAAAE Pale Chestnut

📋 copy color: '#EDAAAE'

red 237 ◦ green 170 ◦ blue 174

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

Shades of Pale Chestnut #EDAAAE

Tints of Pale Chestnut #EDAAAE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.26%

 BLUE value IS 174 (68.36% from 255) = 29.95%

R = 40.79%
G = 29.26%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDAAAE (or 0xEDAAAE) is known color: Pale Chestnut. HEX triplet: ED, AA and AE. RGB value is (237,170,174). Sum of RGB (Red+Green+Blue) = 237+170+174=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAAAE is #125551. Grayscale: #BEBEBE. Windows color (decimal): -1201490 or 11447021. OLE color: 11447021.

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

Color convert

RGB 237 170 174 -
CMYK 0 0.28 0.27 0.07
HSL 356.42º 0.65% 0.8% -
HSV(B) 356.42º 0.28% 0.93% -
XYZ 56.94 49.81 46.66 -
YUV 190.49 118.7 161.17 -
System Red Green Blue C M Y K H S L
Decimal 237 170 174 0 0.28 0.27 0.07 356.42 0.65 0.8
Hex ED AA AE 0 1C 1B 7 164 41 50
Octal 355 252 256 0 34 33 7 544 101 120
Binary 11101101 10101010 10101110 0 11100 11011 111 101100100 1000001 1010000

Color Harmonies of #EDAAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAAAE

Black with #EDAAAE

Text Example


Text Example

White with #EDAAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAAAE; }

 p { color: rgb(237,170,174); }

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

background-color css

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

 a { background-color: rgb(237,170,174); }

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

border-color css

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

 span { border-color: rgb(237,170,174); }

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