#E5BDCB

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

Shades of Chantilly #E5BDCB

Tints of Chantilly #E5BDCB

Color information

#E5BDCB (or 0xE5BDCB) is unknown color: approx Chantilly. HEX triplet: E5, BD and CB. RGB value is (229,189,203). Sum of RGB (Red+Green+Blue) = 229+189+203=621 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.88% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BDCB is #1A4234. Grayscale: #CACACA. Windows color (decimal): -1720885 or 13352421. OLE color: 13352421.

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

Color convert

RGB229189203-
CMYK00.170.110.10
HSL339º43.48%81.96%-
HSV(B)339º17.47%89.8%-
XYZ61.2957.3764.34-
YUV202.56128.25146.86-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.88%
GREEN value IS 189 (74.22% from 255) = 30.43%
BLUE value IS 203 (79.69% from 255) = 32.69%
R=36.88%
G=30.43%
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
Decimal22918920300.170.110.1033943.4881.96
HexE5BDCB011BA1532b52
Octal345275313021131252353122
Binary111001011011110111001011010001101110101010100111010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BDCB; }

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

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

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

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

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

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

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

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