#EEAEAF

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

Shades of Pale Chestnut #EEAEAF

Tints of Pale Chestnut #EEAEAF

Color information

#EEAEAF (or 0xEEAEAF) is unknown color: approx Pale Chestnut. HEX triplet: EE, AE and AF. RGB value is (238,174,175). Sum of RGB (Red+Green+Blue) = 238+174+175=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAEAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAEAF is #115150. Grayscale: #C1C1C1. Windows color (decimal): -1134929 or 11513582. OLE color: 11513582.

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

Color convert

RGB238174175-
CMYK00.270.260.07
HSL359.06º65.31%80.78%-
HSV(B)359.06º26.89%93.33%-
XYZ58.1351.5447.44-
YUV193.25117.7159.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.55%
GREEN value IS 174 (68.36% from 255) = 29.64%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=40.55%
G=29.64%
B=29.81%

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
Decimal23817417500.270.260.07359.0665.3180.78
HexEEAEAF01B1A71674151
Octal356256257033327547101121
Binary1110111010101110101011110110111101011110110011110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAEAF; }

 p { color: rgb(238,174,175); }

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

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

 a { background-color: rgb(238,174,175); }

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

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

 span { border-color: rgb(238,174,175); }

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