#E7BCCE

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

Shades of Chantilly #E7BCCE

Tints of Chantilly #E7BCCE

Color information

#E7BCCE (or 0xE7BCCE) is unknown color: approx Chantilly. HEX triplet: E7, BC and CE. RGB value is (231,188,206). Sum of RGB (Red+Green+Blue) = 231+188+206=625 (82% of max value = 765). Red value is 231 (90.62% from 255 or 36.96% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BCCE is #184331. Grayscale: #CACACA. Windows color (decimal): -1590066 or 13548775. OLE color: 13548775.

HSL color Cylindrical-coordinate representation of color #E7BCCE: hue angle of 334.88º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7BCCE is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB231188206-
CMYK00.190.110.09
HSL334.88º47.25%82.16%-
HSV(B)334.88º18.61%90.59%-
XYZ62.0857.4166.2-
YUV202.91129.75148.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.96%
GREEN value IS 188 (73.83% from 255) = 30.08%
BLUE value IS 206 (80.86% from 255) = 32.96%
R=36.96%
G=30.08%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118820600.190.110.09334.8847.2582.16
HexE7BCCE013B914f2f52
Octal347274316023131151757122
Binary111001111011110011001110010011101110011010011111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BCCE; }

 p { color: rgb(231,188,206); }

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

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

 a { background-color: rgb(231,188,206); }

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

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

 span { border-color: rgb(231,188,206); }

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