#E5BDCC

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

Shades of Chantilly #E5BDCC

Tints of Chantilly #E5BDCC

Color information

#E5BDCC (or 0xE5BDCC) is unknown color: approx Chantilly. HEX triplet: E5, BD and CC. RGB value is (229,189,204). Sum of RGB (Red+Green+Blue) = 229+189+204=622 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.82% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BDCC is #1A4233. Grayscale: #CACACA. Windows color (decimal): -1720884 or 13417957. OLE color: 13417957.

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

Color convert

RGB229189204-
CMYK00.170.110.10
HSL337.5º43.48%81.96%-
HSV(B)337.5º17.47%89.8%-
XYZ61.4157.4164.97-
YUV202.67128.75146.78-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.82%
GREEN value IS 189 (74.22% from 255) = 30.39%
BLUE value IS 204 (80.08% from 255) = 32.80%
R=36.82%
G=30.39%
B=32.80%

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
Decimal22918920400.170.110.10337.543.4881.96
HexE5BDCC011BA1522b52
Octal345275314021131252253122
Binary111001011011110111001100010001101110101010100101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BDCC; }

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

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

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

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

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

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

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

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