#e8b6c5

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

Shades of Chantilly #E8B6C5

Tints of Chantilly #E8B6C5

Color information

#E8B6C5 (or 0xE8B6C5) is unknown color: approx Chantilly. HEX triplet: E8, B6 and C5. RGB value is (232,182,197). Sum of RGB (Red+Green+Blue) = 232+182+197=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 182 (71.48% from 255 or 29.79% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B6C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8B6C5 is #17493A. Grayscale: #C6C6C6. Windows color (decimal): -1526075 or 12957416. OLE color: 12957416.

HSL color Cylindrical-coordinate representation of color #E8B6C5: hue angle of 342º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E8B6C5 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB232182197-
CMYK00.220.150.09
HSL342º52.08%81.18%-
HSV(B)342º21.55%90.98%-
XYZ60.0854.6460.2-
YUV198.66127.06151.78-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.97%
GREEN value IS 182 (71.48% from 255) = 29.79%
BLUE value IS 197 (77.34% from 255) = 32.24%
R=37.97%
G=29.79%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218219700.220.150.0934252.0881.18
HexE8B6C5016F91563451
Octal350266305026171152664121
Binary111010001011011011000101010110111110011010101101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8b6c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8b6c5; }

 p { color: rgb(232,182,197); }

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

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

 a { background-color: rgb(232,182,197); }

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

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

 span { border-color: rgb(232,182,197); }

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