#E7BFC9

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

Shades of Chantilly #E7BFC9

Tints of Chantilly #E7BFC9

Color information

#E7BFC9 (or 0xE7BFC9) is unknown color: approx Chantilly. HEX triplet: E7, BF and C9. RGB value is (231,191,201). Sum of RGB (Red+Green+Blue) = 231+191+201=623 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.08% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 201 (78.91% from 255 or 32.26% from 623); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BFC9 is #184036. Grayscale: #CCCCCC. Windows color (decimal): -1589303 or 13221863. OLE color: 13221863.

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

Color convert

RGB231191201-
CMYK00.170.130.09
HSL345º45.45%82.75%-
HSV(B)345º17.32%90.59%-
XYZ62.1358.4763.27-
YUV204.1126.25147.19-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.08%
GREEN value IS 191 (75% from 255) = 30.66%
BLUE value IS 201 (78.91% from 255) = 32.26%
R=37.08%
G=30.66%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119120100.170.130.0934545.4582.75
HexE7BFC9011D91592d53
Octal347277311021151153155123
Binary111001111011111111001001010001110110011010110011011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BFC9; }

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

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

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

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

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

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

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

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