#E3BFCB

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

Shades of Chantilly #E3BFCB

Tints of Chantilly #E3BFCB

Color information

#E3BFCB (or 0xE3BFCB) is unknown color: approx Chantilly. HEX triplet: E3, BF and CB. RGB value is (227,191,203). Sum of RGB (Red+Green+Blue) = 227+191+203=621 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.55% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3BFCB is #1C4034. Grayscale: #CBCBCB. Windows color (decimal): -1851445 or 13352931. OLE color: 13352931.

HSL color Cylindrical-coordinate representation of color #E3BFCB: hue angle of 340º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E3BFCB is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB227191203-
CMYK00.160.110.11
HSL340º39.13%81.96%-
HSV(B)340º15.86%89.02%-
XYZ61.0957.964.46-
YUV203.13127.93145.02-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.55%
GREEN value IS 191 (75% from 255) = 30.76%
BLUE value IS 203 (79.69% from 255) = 32.69%
R=36.55%
G=30.76%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22719120300.160.110.1134039.1381.96
HexE3BFCB010BB1542752
Octal343277313020131352447122
Binary111000111011111111001011010000101110111010101001001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BFCB; }

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

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

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

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

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

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

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

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