#E9BBCC

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

Shades of Chantilly #E9BBCC

Tints of Chantilly #E9BBCC

Color information

#E9BBCC (or 0xE9BBCC) is unknown color: approx Chantilly. HEX triplet: E9, BB and CC. RGB value is (233,187,204). Sum of RGB (Red+Green+Blue) = 233+187+204=624 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.34% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BBCC is #164433. Grayscale: #CACACA. Windows color (decimal): -1459252 or 13417449. OLE color: 13417449.

HSL color Cylindrical-coordinate representation of color #E9BBCC: hue angle of 337.83º 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 #E9BBCC is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233187204-
CMYK00.200.120.09
HSL337.83º51.11%82.35%-
HSV(B)337.83º19.74%91.37%-
XYZ62.2757.2264.89-
YUV202.69128.74149.62-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.34%
GREEN value IS 187 (73.44% from 255) = 29.97%
BLUE value IS 204 (80.08% from 255) = 32.69%
R=37.34%
G=29.97%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318720400.200.120.09337.8351.1182.35
HexE9BBCC014C91523352
Octal351273314024141152263122
Binary111010011011101111001100010100110010011010100101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BBCC; }

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

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

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

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

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

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

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

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