#E5C4CA

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

Shades of Chantilly #E5C4CA

Tints of Chantilly #E5C4CA

Color information

#E5C4CA (or 0xE5C4CA) is unknown color: approx Chantilly. HEX triplet: E5, C4 and CA. RGB value is (229,196,202). Sum of RGB (Red+Green+Blue) = 229+196+202=627 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.52% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C4CA is #1A3B35. Grayscale: #CECECE. Windows color (decimal): -1719094 or 13288677. OLE color: 13288677.

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

Color convert

RGB229196202-
CMYK00.140.120.10
HSL349.09º38.82%83.33%-
HSV(B)349.09º14.41%89.8%-
XYZ62.7160.464.23-
YUV206.55125.43144.01-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.52%
GREEN value IS 196 (76.95% from 255) = 31.26%
BLUE value IS 202 (79.30% from 255) = 32.22%
R=36.52%
G=31.26%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919620200.140.120.10349.0938.8283.33
HexE5C4CA0ECA15d2753
Octal345304312016141253547123
Binary11100101110001001100101001110110010101010111011001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C4CA; }

 p { color: rgb(229,196,202); }

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

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

 a { background-color: rgb(229,196,202); }

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

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

 span { border-color: rgb(229,196,202); }

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