#E5BECA

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

Shades of Chantilly #E5BECA

Tints of Chantilly #E5BECA

Color information

#E5BECA (or 0xE5BECA) is unknown color: approx Chantilly. HEX triplet: E5, BE and CA. RGB value is (229,190,202). Sum of RGB (Red+Green+Blue) = 229+190+202=621 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.88% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BECA is #1A4135. Grayscale: #CBCBCB. Windows color (decimal): -1720630 or 13287141. OLE color: 13287141.

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

Color convert

RGB229190202-
CMYK00.170.120.10
HSL341.54º42.86%82.16%-
HSV(B)341.54º17.03%89.8%-
XYZ61.3957.7563.79-
YUV203.03127.42146.52-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.88%
GREEN value IS 190 (74.61% from 255) = 30.60%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=36.88%
G=30.60%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919020200.170.120.10341.5442.8682.16
HexE5BECA011CA1562b52
Octal345276312021141252653122
Binary111001011011111011001010010001110010101010101101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BECA; }

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

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

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

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

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

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

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

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