#E5BBCA

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

Shades of Chantilly #E5BBCA

Tints of Chantilly #E5BBCA

Color information

#E5BBCA (or 0xE5BBCA) is unknown color: approx Chantilly. HEX triplet: E5, BB and CA. RGB value is (229,187,202). Sum of RGB (Red+Green+Blue) = 229+187+202=618 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.06% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BBCA is #1A4435. Grayscale: #C9C9C9. Windows color (decimal): -1721398 or 13286373. OLE color: 13286373.

HSL color Cylindrical-coordinate representation of color #E5BBCA: hue angle of 338.57º degrees, saturation: 0.45, 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 #E5BBCA is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB229187202-
CMYK00.180.120.10
HSL338.57º44.68%81.57%-
HSV(B)338.57º18.34%89.8%-
XYZ60.7456.4663.57-
YUV201.27128.41147.78-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.06%
GREEN value IS 187 (73.44% from 255) = 30.26%
BLUE value IS 202 (79.30% from 255) = 32.69%
R=37.06%
G=30.26%
B=32.69%

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
Decimal22918720200.180.120.10338.5744.6881.57
HexE5BBCA012CA1532d52
Octal345273312022141252355122
Binary111001011011101111001010010010110010101010100111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BBCA; }

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

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

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

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

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

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

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

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