#ECAAAF

Color #ECAAAF Pale Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Chestnut #ECAAAF

Tints of Pale Chestnut #ECAAAF

Color information

#ECAAAF (or 0xECAAAF) is unknown color: approx Pale Chestnut. HEX triplet: EC, AA and AF. RGB value is (236,170,175). Sum of RGB (Red+Green+Blue) = 236+170+175=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAAAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAAAF is #135550. Grayscale: #BEBEBE. Windows color (decimal): -1267025 or 11512556. OLE color: 11512556.

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

Color convert

RGB236170175-
CMYK00.280.260.07
HSL355.45º63.46%79.61%-
HSV(B)355.45º27.97%92.55%-
XYZ56.749.6847.16-
YUV190.3119.37160.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.62%
GREEN value IS 170 (66.80% from 255) = 29.26%
BLUE value IS 175 (68.75% from 255) = 30.12%
R=40.62%
G=29.26%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617017500.280.260.07355.4563.4679.61
HexECAAAF01C1A71633f50
Octal35425225703432754377120
Binary111011001010101010101111011100110101111011000111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAAAF; }

 p { color: rgb(236,170,175); }

 H1.HeaderClassName
 {
   color: #ECAAAF;
 }
 .AnyTagClassName
 {
   color: #ECAAAF;
 }
</style>
background-color css

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

 a { background-color: rgb(236,170,175); }

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

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

 span { border-color: rgb(236,170,175); }

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