#E5BECC

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

Shades of Chantilly #E5BECC

Tints of Chantilly #E5BECC

Color information

#E5BECC (or 0xE5BECC) is unknown color: approx Chantilly. HEX triplet: E5, BE and CC. RGB value is (229,190,204). Sum of RGB (Red+Green+Blue) = 229+190+204=623 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.76% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BECC is #1A4133. Grayscale: #CBCBCB. Windows color (decimal): -1720628 or 13418213. OLE color: 13418213.

HSL color Cylindrical-coordinate representation of color #E5BECC: hue angle of 338.46º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5BECC is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB229190204-
CMYK00.170.110.10
HSL338.46º42.86%82.16%-
HSV(B)338.46º17.03%89.8%-
XYZ61.6357.8465.04-
YUV203.26128.42146.36-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.76%
GREEN value IS 190 (74.61% from 255) = 30.50%
BLUE value IS 204 (80.08% from 255) = 32.74%
R=36.76%
G=30.50%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919020400.170.110.10338.4642.8682.16
HexE5BECC011BA1522b52
Octal345276314021131252253122
Binary111001011011111011001100010001101110101010100101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BECC; }

 p { color: rgb(229,190,204); }

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

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

 a { background-color: rgb(229,190,204); }

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

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

 span { border-color: rgb(229,190,204); }

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