#E5BECB

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

Shades of Chantilly #E5BECB

Tints of Chantilly #E5BECB

Color information

#E5BECB (or 0xE5BECB) is unknown color: approx Chantilly. HEX triplet: E5, BE and CB. RGB value is (229,190,203). Sum of RGB (Red+Green+Blue) = 229+190+203=622 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.82% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BECB is #1A4134. Grayscale: #CBCBCB. Windows color (decimal): -1720629 or 13352677. OLE color: 13352677.

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

Color convert

RGB229190203-
CMYK00.170.110.10
HSL340º42.86%82.16%-
HSV(B)340º17.03%89.8%-
XYZ61.5157.864.41-
YUV203.14127.92146.44-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.82%
GREEN value IS 190 (74.61% from 255) = 30.55%
BLUE value IS 203 (79.69% from 255) = 32.64%
R=36.82%
G=30.55%
B=32.64%

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
Decimal22919020300.170.110.1034042.8682.16
HexE5BECB011BA1542b52
Octal345276313021131252453122
Binary111001011011111011001011010001101110101010101001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BECB; }

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

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

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

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

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

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

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

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