#E9BFCE

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

Shades of Chantilly #E9BFCE

Tints of Chantilly #E9BFCE

Color information

#E9BFCE (or 0xE9BFCE) is unknown color: approx Chantilly. HEX triplet: E9, BF and CE. RGB value is (233,191,206). Sum of RGB (Red+Green+Blue) = 233+191+206=630 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.98% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BFCE is #164031. Grayscale: #CDCDCD. Windows color (decimal): -1458226 or 13549545. OLE color: 13549545.

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

Color convert

RGB233191206-
CMYK00.180.120.09
HSL338.57º48.84%83.14%-
HSV(B)338.57º18.03%91.37%-
XYZ63.3859.0466.45-
YUV205.27128.41147.78-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.98%
GREEN value IS 191 (75% from 255) = 30.32%
BLUE value IS 206 (80.86% from 255) = 32.70%
R=36.98%
G=30.32%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319120600.180.120.09338.5748.8483.14
HexE9BFCE012C91533153
Octal351277316022141152361123
Binary111010011011111111001110010010110010011010100111100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BFCE; }

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

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

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

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

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

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

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

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