#E9BACF

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

Shades of Chantilly #E9BACF

Tints of Chantilly #E9BACF

Color information

#E9BACF (or 0xE9BACF) is unknown color: approx Chantilly. HEX triplet: E9, BA and CF. RGB value is (233,186,207). Sum of RGB (Red+Green+Blue) = 233+186+207=626 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.22% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BACF is #164530. Grayscale: #CACACA. Windows color (decimal): -1459505 or 13613801. OLE color: 13613801.

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

Color convert

RGB233186207-
CMYK00.200.110.09
HSL333.19º51.65%82.16%-
HSV(B)333.19º20.17%91.37%-
XYZ62.4356.9566.73-
YUV202.45130.57149.79-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.22%
GREEN value IS 186 (73.05% from 255) = 29.71%
BLUE value IS 207 (81.25% from 255) = 33.07%
R=37.22%
G=29.71%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318620700.200.110.09333.1951.6582.16
HexE9BACF014B914d3452
Octal351272317024131151564122
Binary111010011011101011001111010100101110011010011011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BACF; }

 p { color: rgb(233,186,207); }

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

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

 a { background-color: rgb(233,186,207); }

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

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

 span { border-color: rgb(233,186,207); }

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