#E5BFCA

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

Shades of Chantilly #E5BFCA

Tints of Chantilly #E5BFCA

Color information

#E5BFCA (or 0xE5BFCA) is unknown color: approx Chantilly. HEX triplet: E5, BF and CA. RGB value is (229,191,202). Sum of RGB (Red+Green+Blue) = 229+191+202=622 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.82% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BFCA is #1A4035. Grayscale: #CBCBCB. Windows color (decimal): -1720374 or 13287397. OLE color: 13287397.

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

Color convert

RGB229191202-
CMYK00.170.120.10
HSL342.63º42.22%82.35%-
HSV(B)342.63º16.59%89.8%-
XYZ61.658.1863.86-
YUV203.62127.09146.11-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.82%
GREEN value IS 191 (75% from 255) = 30.71%
BLUE value IS 202 (79.30% from 255) = 32.48%
R=36.82%
G=30.71%
B=32.48%

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
Decimal22919120200.170.120.10342.6342.2282.35
HexE5BFCA011CA1572a52
Octal345277312021141252752122
Binary111001011011111111001010010001110010101010101111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BFCA; }

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

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

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

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

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

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

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

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