#E8B1CB

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

Shades of Chantilly #E8B1CB

Tints of Chantilly #E8B1CB

Color information

#E8B1CB (or 0xE8B1CB) is unknown color: approx Chantilly. HEX triplet: E8, B1 and CB. RGB value is (232,177,203). Sum of RGB (Red+Green+Blue) = 232+177+203=612 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.91% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B1CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8B1CB is #174E34. Grayscale: #C4C4C4. Windows color (decimal): -1527349 or 13349352. OLE color: 13349352.

HSL color Cylindrical-coordinate representation of color #E8B1CB: hue angle of 331.64º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E8B1CB is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB232177203-
CMYK00.240.120.09
HSL331.64º54.46%80.2%-
HSV(B)331.64º23.71%90.98%-
XYZ59.7852.9163.56-
YUV196.41131.72153.39-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.91%
GREEN value IS 177 (69.53% from 255) = 28.92%
BLUE value IS 203 (79.69% from 255) = 33.17%
R=37.91%
G=28.92%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217720300.240.120.09331.6454.4680.2
HexE8B1CB018C914c3650
Octal350261313030141151466120
Binary111010001011000111001011011000110010011010011001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B1CB; }

 p { color: rgb(232,177,203); }

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

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

 a { background-color: rgb(232,177,203); }

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

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

 span { border-color: rgb(232,177,203); }

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