#E5C2CA

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

Shades of Chantilly #E5C2CA

Tints of Chantilly #E5C2CA

Color information

#E5C2CA (or 0xE5C2CA) is unknown color: approx Chantilly. HEX triplet: E5, C2 and CA. RGB value is (229,194,202). Sum of RGB (Red+Green+Blue) = 229+194+202=625 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.64% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C2CA is #1A3D35. Grayscale: #CDCDCD. Windows color (decimal): -1719606 or 13288165. OLE color: 13288165.

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

Color convert

RGB229194202-
CMYK00.150.120.10
HSL346.29º40.23%82.94%-
HSV(B)346.29º15.28%89.8%-
XYZ62.2759.5164.08-
YUV205.38126.1144.85-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.64%
GREEN value IS 194 (76.17% from 255) = 31.04%
BLUE value IS 202 (79.30% from 255) = 32.32%
R=36.64%
G=31.04%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919420200.150.120.10346.2940.2382.94
HexE5C2CA0FCA15a2853
Octal345302312017141253250123
Binary11100101110000101100101001111110010101010110101010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C2CA; }

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

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

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

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

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

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

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

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