#E5BFCB

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

Shades of Chantilly #E5BFCB

Tints of Chantilly #E5BFCB

Color information

#E5BFCB (or 0xE5BFCB) is unknown color: approx Chantilly. HEX triplet: E5, BF and CB. RGB value is (229,191,203). Sum of RGB (Red+Green+Blue) = 229+191+203=623 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.76% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BFCB is #1A4034. Grayscale: #CBCBCB. Windows color (decimal): -1720373 or 13352933. OLE color: 13352933.

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

Color convert

RGB229191203-
CMYK00.170.110.10
HSL341.05º42.22%82.35%-
HSV(B)341.05º16.59%89.8%-
XYZ61.7258.2364.49-
YUV203.73127.59146.02-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.76%
GREEN value IS 191 (75% from 255) = 30.66%
BLUE value IS 203 (79.69% from 255) = 32.58%
R=36.76%
G=30.66%
B=32.58%

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
Decimal22919120300.170.110.10341.0542.2282.35
HexE5BFCB011BA1552a52
Octal345277313021131252552122
Binary111001011011111111001011010001101110101010101011010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BFCB; }

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

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

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

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

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

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

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

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