#E9BFCD

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

Shades of Chantilly #E9BFCD

Tints of Chantilly #E9BFCD

Color information

#E9BFCD (or 0xE9BFCD) is unknown color: approx Chantilly. HEX triplet: E9, BF and CD. RGB value is (233,191,205). Sum of RGB (Red+Green+Blue) = 233+191+205=629 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.04% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BFCD is #164032. Grayscale: #CDCDCD. Windows color (decimal): -1458227 or 13484009. OLE color: 13484009.

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

Color convert

RGB233191205-
CMYK00.180.120.09
HSL340º48.84%83.14%-
HSV(B)340º18.03%91.37%-
XYZ63.2558.9965.81-
YUV205.15127.91147.86-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.04%
GREEN value IS 191 (75% from 255) = 30.37%
BLUE value IS 205 (80.47% from 255) = 32.59%
R=37.04%
G=30.37%
B=32.59%

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
Decimal23319120500.180.120.0934048.8483.14
HexE9BFCD012C91543153
Octal351277315022141152461123
Binary111010011011111111001101010010110010011010101001100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BFCD; }

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

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

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

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

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

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

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

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