#E9BBC2

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

Shades of Chantilly #E9BBC2

Tints of Chantilly #E9BBC2

Color information

#E9BBC2 (or 0xE9BBC2) is unknown color: approx Chantilly. HEX triplet: E9, BB and C2. RGB value is (233,187,194). Sum of RGB (Red+Green+Blue) = 233+187+194=614 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.95% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BBC2 is #16443D. Grayscale: #C9C9C9. Windows color (decimal): -1459262 or 12762089. OLE color: 12762089.

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

Color convert

RGB233187194-
CMYK00.200.170.09
HSL350.87º51.11%82.35%-
HSV(B)350.87º19.74%91.37%-
XYZ61.1156.7658.77-
YUV201.55123.74150.43-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.95%
GREEN value IS 187 (73.44% from 255) = 30.46%
BLUE value IS 194 (76.17% from 255) = 31.60%
R=37.95%
G=30.46%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318719400.200.170.09350.8751.1182.35
HexE9BBC201411915f3352
Octal351273302024211153763122
Binary1110100110111011110000100101001000110011010111111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BBC2; }

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

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

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

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

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

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

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

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