#E9BFCF

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

Shades of Chantilly #E9BFCF

Tints of Chantilly #E9BFCF

Color information

#E9BFCF (or 0xE9BFCF) is unknown color: approx Chantilly. HEX triplet: E9, BF and CF. RGB value is (233,191,207). Sum of RGB (Red+Green+Blue) = 233+191+207=631 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.93% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BFCF is #164030. Grayscale: #CDCDCD. Windows color (decimal): -1458225 or 13615081. OLE color: 13615081.

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

Color convert

RGB233191207-
CMYK00.180.110.09
HSL337.14º48.84%83.14%-
HSV(B)337.14º18.03%91.37%-
XYZ63.559.0967.09-
YUV205.38128.91147.7-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.93%
GREEN value IS 191 (75% from 255) = 30.27%
BLUE value IS 207 (81.25% from 255) = 32.81%
R=36.93%
G=30.27%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319120700.180.110.09337.1448.8483.14
HexE9BFCF012B91513153
Octal351277317022131152161123
Binary111010011011111111001111010010101110011010100011100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BFCF; }

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

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

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

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

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

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

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

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