Html Css Color HEX #EDACAE Pale Chestnut

📋 copy color: '#EDACAE'

red 237 ◦ green 172 ◦ blue 174

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

Shades of Pale Chestnut #EDACAE

Tints of Pale Chestnut #EDACAE

RGB

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

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

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

R = 40.65%
G = 29.5%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDACAE (or 0xEDACAE) is known color: Pale Chestnut. HEX triplet: ED, AC and AE. RGB value is (237,172,174). Sum of RGB (Red+Green+Blue) = 237+172+174=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDACAE is #125351. Grayscale: #BFBFBF. Windows color (decimal): -1200978 or 11447533. OLE color: 11447533.

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

Color convert

RGB 237 172 174 -
CMYK 0 0.27 0.27 0.07
HSL 358.15º 0.64% 0.8% -
HSV(B) 358.15º 0.27% 0.93% -
XYZ 57.32 50.57 46.78 -
YUV 191.66 118.03 160.34 -
System Red Green Blue C M Y K H S L
Decimal 237 172 174 0 0.27 0.27 0.07 358.15 0.64 0.8
Hex ED AC AE 0 1B 1B 7 166 40 50
Octal 355 254 256 0 33 33 7 546 100 120
Binary 11101101 10101100 10101110 0 11011 11011 111 101100110 1000000 1010000

Color Harmonies of #EDACAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACAE

Black with #EDACAE

Text Example


Text Example

White with #EDACAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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