#E8BCCC

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

Shades of Chantilly #E8BCCC

Tints of Chantilly #E8BCCC

Color information

#E8BCCC (or 0xE8BCCC) is unknown color: approx Chantilly. HEX triplet: E8, BC and CC. RGB value is (232,188,204). Sum of RGB (Red+Green+Blue) = 232+188+204=624 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.18% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BCCC is #174333. Grayscale: #CACACA. Windows color (decimal): -1524532 or 13417704. OLE color: 13417704.

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

Color convert

RGB232188204-
CMYK00.190.120.09
HSL338.18º48.89%82.35%-
HSV(B)338.18º18.97%90.98%-
XYZ62.1657.4864.95-
YUV202.98128.58148.7-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.18%
GREEN value IS 188 (73.83% from 255) = 30.13%
BLUE value IS 204 (80.08% from 255) = 32.69%
R=37.18%
G=30.13%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218820400.190.120.09338.1848.8982.35
HexE8BCCC013C91523152
Octal350274314023141152261122
Binary111010001011110011001100010011110010011010100101100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BCCC; }

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

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

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

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

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

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

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

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