#E5BCCA

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

Shades of Chantilly #E5BCCA

Tints of Chantilly #E5BCCA

Color information

#E5BCCA (or 0xE5BCCA) is unknown color: approx Chantilly. HEX triplet: E5, BC and CA. RGB value is (229,188,202). Sum of RGB (Red+Green+Blue) = 229+188+202=619 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.00% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BCCA is #1A4335. Grayscale: #C9C9C9. Windows color (decimal): -1721142 or 13286629. OLE color: 13286629.

HSL color Cylindrical-coordinate representation of color #E5BCCA: hue angle of 339.51º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5BCCA is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB229188202-
CMYK00.180.120.10
HSL339.51º44.09%81.76%-
HSV(B)339.51º17.9%89.8%-
XYZ60.9656.8963.64-
YUV201.86128.08147.36-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.00%
GREEN value IS 188 (73.83% from 255) = 30.37%
BLUE value IS 202 (79.30% from 255) = 32.63%
R=37.00%
G=30.37%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918820200.180.120.10339.5144.0981.76
HexE5BCCA012CA1542c52
Octal345274312022141252454122
Binary111001011011110011001010010010110010101010101001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BCCA; }

 p { color: rgb(229,188,202); }

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

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

 a { background-color: rgb(229,188,202); }

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

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

 span { border-color: rgb(229,188,202); }

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