#ECADAF

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

Shades of Pale Chestnut #ECADAF

Tints of Pale Chestnut #ECADAF

Color information

#ECADAF (or 0xECADAF) is unknown color: approx Pale Chestnut. HEX triplet: EC, AD and AF. RGB value is (236,173,175). Sum of RGB (Red+Green+Blue) = 236+173+175=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECADAF is #135250. Grayscale: #C0C0C0. Windows color (decimal): -1266257 or 11513324. OLE color: 11513324.

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

Color convert

RGB236173175-
CMYK00.270.260.07
HSL358.1º62.38%80.2%-
HSV(B)358.1º26.69%92.55%-
XYZ57.2750.8247.35-
YUV192.06118.37159.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.41%
GREEN value IS 173 (67.97% from 255) = 29.62%
BLUE value IS 175 (68.75% from 255) = 29.97%
R=40.41%
G=29.62%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617317500.270.260.07358.162.3880.2
HexECADAF01B1A71663e50
Octal35425525703332754676120
Binary111011001010110110101111011011110101111011001101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECADAF; }

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

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

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

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

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

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

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

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