#E5C3CA

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

Shades of Chantilly #E5C3CA

Tints of Chantilly #E5C3CA

Color information

#E5C3CA (or 0xE5C3CA) is unknown color: approx Chantilly. HEX triplet: E5, C3 and CA. RGB value is (229,195,202). Sum of RGB (Red+Green+Blue) = 229+195+202=626 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.58% from 626); Green value is 195 (76.56% from 255 or 31.15% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C3CA is #1A3C35. Grayscale: #CDCDCD. Windows color (decimal): -1719350 or 13288421. OLE color: 13288421.

HSL color Cylindrical-coordinate representation of color #E5C3CA: hue angle of 347.65º 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 #E5C3CA is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB229195202-
CMYK00.150.120.10
HSL347.65º39.53%83.14%-
HSV(B)347.65º14.85%89.8%-
XYZ62.4959.9564.16-
YUV205.96125.76144.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.58%
GREEN value IS 195 (76.56% from 255) = 31.15%
BLUE value IS 202 (79.30% from 255) = 32.27%
R=36.58%
G=31.15%
B=32.27%

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
Decimal22919520200.150.120.10347.6539.5383.14
HexE5C3CA0FCA15c2853
Octal345303312017141253450123
Binary11100101110000111100101001111110010101010111001010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C3CA; }

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

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

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

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

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

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

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

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