#E8BCCA

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

Shades of Chantilly #E8BCCA

Tints of Chantilly #E8BCCA

Color information

#E8BCCA (or 0xE8BCCA) is unknown color: approx Chantilly. HEX triplet: E8, BC and CA. RGB value is (232,188,202). Sum of RGB (Red+Green+Blue) = 232+188+202=622 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.30% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BCCA is #174335. Grayscale: #CACACA. Windows color (decimal): -1524534 or 13286632. OLE color: 13286632.

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

Color convert

RGB232188202-
CMYK00.190.130.09
HSL340.91º48.89%82.35%-
HSV(B)340.91º18.97%90.98%-
XYZ61.9257.3963.69-
YUV202.75127.58148.86-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.30%
GREEN value IS 188 (73.83% from 255) = 30.23%
BLUE value IS 202 (79.30% from 255) = 32.48%
R=37.30%
G=30.23%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218820200.190.130.09340.9148.8982.35
HexE8BCCA013D91553152
Octal350274312023151152561122
Binary111010001011110011001010010011110110011010101011100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BCCA; }

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

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

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

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

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

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

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

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