#e9bfcb

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

Shades of Chantilly #E9BFCB

Tints of Chantilly #E9BFCB

Color information

#E9BFCB (or 0xE9BFCB) is unknown color: approx Chantilly. HEX triplet: E9, BF and CB. RGB value is (233,191,203). Sum of RGB (Red+Green+Blue) = 233+191+203=627 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.16% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BFCB is #164034. Grayscale: #CCCCCC. Windows color (decimal): -1458229 or 13352937. OLE color: 13352937.

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

Color convert

RGB233191203-
CMYK00.180.130.09
HSL342.86º48.84%83.14%-
HSV(B)342.86º18.03%91.37%-
XYZ63.0158.964.55-
YUV204.93126.91148.02-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.16%
GREEN value IS 191 (75% from 255) = 30.46%
BLUE value IS 203 (79.69% from 255) = 32.38%
R=37.16%
G=30.46%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319120300.180.130.09342.8648.8483.14
HexE9BFCB012D91573153
Octal351277313022151152761123
Binary111010011011111111001011010010110110011010101111100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e9bfcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e9bfcb; }

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

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

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

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

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

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

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

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