#E9BACD

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

Shades of Chantilly #E9BACD

Tints of Chantilly #E9BACD

Color information

#E9BACD (or 0xE9BACD) is unknown color: approx Chantilly. HEX triplet: E9, BA and CD. RGB value is (233,186,205). Sum of RGB (Red+Green+Blue) = 233+186+205=624 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.34% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BACD is #164532. Grayscale: #CACACA. Windows color (decimal): -1459507 or 13482729. OLE color: 13482729.

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

Color convert

RGB233186205-
CMYK00.200.120.09
HSL335.74º51.65%82.16%-
HSV(B)335.74º20.17%91.37%-
XYZ62.1856.8565.45-
YUV202.22129.57149.96-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.34%
GREEN value IS 186 (73.05% from 255) = 29.81%
BLUE value IS 205 (80.47% from 255) = 32.85%
R=37.34%
G=29.81%
B=32.85%

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
Decimal23318620500.200.120.09335.7451.6582.16
HexE9BACD014C91503452
Octal351272315024141152064122
Binary111010011011101011001101010100110010011010100001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BACD; }

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

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

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

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

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

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

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

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