#E9BBCA

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

Shades of Chantilly #E9BBCA

Tints of Chantilly #E9BBCA

Color information

#E9BBCA (or 0xE9BBCA) is unknown color: approx Chantilly. HEX triplet: E9, BB and CA. RGB value is (233,187,202). Sum of RGB (Red+Green+Blue) = 233+187+202=622 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.46% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BBCA is #164435. Grayscale: #CACACA. Windows color (decimal): -1459254 or 13286377. OLE color: 13286377.

HSL color Cylindrical-coordinate representation of color #E9BBCA: hue angle of 340.43º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9BBCA is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB233187202-
CMYK00.200.130.09
HSL340.43º51.11%82.35%-
HSV(B)340.43º19.74%91.37%-
XYZ62.0457.1363.63-
YUV202.46127.74149.78-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.46%
GREEN value IS 187 (73.44% from 255) = 30.06%
BLUE value IS 202 (79.30% from 255) = 32.48%
R=37.46%
G=30.06%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318720200.200.130.09340.4351.1182.35
HexE9BBCA014D91543352
Octal351273312024151152463122
Binary111010011011101111001010010100110110011010101001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BBCA; }

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

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

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

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

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

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

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

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