#E5BFCC

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

Shades of Chantilly #E5BFCC

Tints of Chantilly #E5BFCC

Color information

#E5BFCC (or 0xE5BFCC) is unknown color: approx Chantilly. HEX triplet: E5, BF and CC. RGB value is (229,191,204). Sum of RGB (Red+Green+Blue) = 229+191+204=624 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.70% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BFCC is #1A4033. Grayscale: #CBCBCB. Windows color (decimal): -1720372 or 13418469. OLE color: 13418469.

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

Color convert

RGB229191204-
CMYK00.170.110.10
HSL339.47º42.22%82.35%-
HSV(B)339.47º16.59%89.8%-
XYZ61.8458.2865.12-
YUV203.84128.09145.94-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.70%
GREEN value IS 191 (75% from 255) = 30.61%
BLUE value IS 204 (80.08% from 255) = 32.69%
R=36.70%
G=30.61%
B=32.69%

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
Decimal22919120400.170.110.10339.4742.2282.35
HexE5BFCC011BA1532a52
Octal345277314021131252352122
Binary111001011011111111001100010001101110101010100111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BFCC; }

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

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

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

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

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

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

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

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