#E5B8CB

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

Shades of Chantilly #E5B8CB

Tints of Chantilly #E5B8CB

Color information

#E5B8CB (or 0xE5B8CB) is unknown color: approx Chantilly. HEX triplet: E5, B8 and CB. RGB value is (229,184,203). Sum of RGB (Red+Green+Blue) = 229+184+203=616 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.18% from 616); Green value is 184 (72.27% from 255 or 29.87% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B8CB is #1A4734. Grayscale: #C7C7C7. Windows color (decimal): -1722165 or 13351141. OLE color: 13351141.

HSL color Cylindrical-coordinate representation of color #E5B8CB: hue angle of 334.67º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5B8CB is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB229184203-
CMYK00.200.110.10
HSL334.67º46.39%80.98%-
HSV(B)334.67º19.65%89.8%-
XYZ60.2355.2563.99-
YUV199.62129.91148.96-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.18%
GREEN value IS 184 (72.27% from 255) = 29.87%
BLUE value IS 203 (79.69% from 255) = 32.95%
R=37.18%
G=29.87%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918420300.200.110.10334.6746.3980.98
HexE5B8CB014BA14f2e51
Octal345270313024131251756121
Binary111001011011100011001011010100101110101010011111011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B8CB; }

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

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

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

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

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

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

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

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