#E9BFC9

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

Shades of Chantilly #E9BFC9

Tints of Chantilly #E9BFC9

Color information

#E9BFC9 (or 0xE9BFC9) is unknown color: approx Chantilly. HEX triplet: E9, BF and C9. RGB value is (233,191,201). Sum of RGB (Red+Green+Blue) = 233+191+201=625 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.28% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 201 (78.91% from 255 or 32.16% from 625); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BFC9 is #164036. Grayscale: #CCCCCC. Windows color (decimal): -1458231 or 13221865. OLE color: 13221865.

HSL color Cylindrical-coordinate representation of color #E9BFC9: hue angle of 345.71º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9BFC9 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB233191201-
CMYK00.180.140.09
HSL345.71º48.84%83.14%-
HSV(B)345.71º18.03%91.37%-
XYZ62.7858.863.3-
YUV204.7125.91148.19-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.28%
GREEN value IS 191 (75% from 255) = 30.56%
BLUE value IS 201 (78.91% from 255) = 32.16%
R=37.28%
G=30.56%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319120100.180.140.09345.7148.8483.14
HexE9BFC9012E915a3153
Octal351277311022161153261123
Binary111010011011111111001001010010111010011010110101100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BFC9; }

 p { color: rgb(233,191,201); }

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

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

 a { background-color: rgb(233,191,201); }

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

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

 span { border-color: rgb(233,191,201); }

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