#E5C3CB

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

Shades of Chantilly #E5C3CB

Tints of Chantilly #E5C3CB

Color information

#E5C3CB (or 0xE5C3CB) is unknown color: approx Chantilly. HEX triplet: E5, C3 and CB. RGB value is (229,195,203). Sum of RGB (Red+Green+Blue) = 229+195+203=627 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.52% from 627); Green value is 195 (76.56% from 255 or 31.10% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C3CB is #1A3C34. Grayscale: #CECECE. Windows color (decimal): -1719349 or 13353957. OLE color: 13353957.

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

Color convert

RGB229195203-
CMYK00.150.110.10
HSL345.88º39.53%83.14%-
HSV(B)345.88º14.85%89.8%-
XYZ62.616064.78-
YUV206.08126.26144.35-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.52%
GREEN value IS 195 (76.56% from 255) = 31.10%
BLUE value IS 203 (79.69% from 255) = 32.38%
R=36.52%
G=31.10%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919520300.150.110.10345.8839.5383.14
HexE5C3CB0FBA15a2853
Octal345303313017131253250123
Binary11100101110000111100101101111101110101010110101010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C3CB; }

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

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

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

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

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

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

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

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