#E6AEC5

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

Shades of Chantilly #E6AEC5

Tints of Chantilly #E6AEC5

Color information

#E6AEC5 (or 0xE6AEC5) is unknown color: approx Chantilly. HEX triplet: E6, AE and C5. RGB value is (230,174,197). Sum of RGB (Red+Green+Blue) = 230+174+197=601 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.27% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 197 (77.34% from 255 or 32.78% from 601); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AEC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AEC5 is #19513A. Grayscale: #C1C1C1. Windows color (decimal): -1659195 or 12955366. OLE color: 12955366.

HSL color Cylindrical-coordinate representation of color #E6AEC5: hue angle of 335.36º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6AEC5 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB230174197-
CMYK00.240.140.10
HSL335.36º52.83%79.22%-
HSV(B)335.36º24.35%90.2%-
XYZ57.8551.1359.64-
YUV193.37130.05154.13-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.27%
GREEN value IS 174 (68.36% from 255) = 28.95%
BLUE value IS 197 (77.34% from 255) = 32.78%
R=38.27%
G=28.95%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017419700.240.140.10335.3652.8379.22
HexE6AEC5018EA14f354f
Octal346256305030161251765117
Binary111001101010111011000101011000111010101010011111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AEC5; }

 p { color: rgb(230,174,197); }

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

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

 a { background-color: rgb(230,174,197); }

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

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

 span { border-color: rgb(230,174,197); }

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