#E7B1CB

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

Shades of Chantilly #E7B1CB

Tints of Chantilly #E7B1CB

Color information

#E7B1CB (or 0xE7B1CB) is unknown color: approx Chantilly. HEX triplet: E7, B1 and CB. RGB value is (231,177,203). Sum of RGB (Red+Green+Blue) = 231+177+203=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 177 (69.53% from 255 or 28.97% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B1CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7B1CB is #184E34. Grayscale: #C4C4C4. Windows color (decimal): -1592885 or 13349351. OLE color: 13349351.

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

Color convert

RGB231177203-
CMYK00.230.120.09
HSL331.11º52.94%80%-
HSV(B)331.11º23.38%90.59%-
XYZ59.4652.7563.55-
YUV196.11131.89152.89-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.81%
GREEN value IS 177 (69.53% from 255) = 28.97%
BLUE value IS 203 (79.69% from 255) = 33.22%
R=37.81%
G=28.97%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117720300.230.120.09331.1152.9480
HexE7B1CB017C914b3550
Octal347261313027141151365120
Binary111001111011000111001011010111110010011010010111101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B1CB; }

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

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

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

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

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

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

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

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