#E8BCCE

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

Shades of Chantilly #E8BCCE

Tints of Chantilly #E8BCCE

Color information

#E8BCCE (or 0xE8BCCE) is unknown color: approx Chantilly. HEX triplet: E8, BC and CE. RGB value is (232,188,206). Sum of RGB (Red+Green+Blue) = 232+188+206=626 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.06% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BCCE is #174331. Grayscale: #CBCBCB. Windows color (decimal): -1524530 or 13548776. OLE color: 13548776.

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

Color convert

RGB232188206-
CMYK00.190.110.09
HSL335.45º48.89%82.35%-
HSV(B)335.45º18.97%90.98%-
XYZ62.457.5866.22-
YUV203.21129.58148.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.06%
GREEN value IS 188 (73.83% from 255) = 30.03%
BLUE value IS 206 (80.86% from 255) = 32.91%
R=37.06%
G=30.03%
B=32.91%

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
Decimal23218820600.190.110.09335.4548.8982.35
HexE8BCCE013B914f3152
Octal350274316023131151761122
Binary111010001011110011001110010011101110011010011111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BCCE; }

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

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

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

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

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

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

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

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