#E7B0CB

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

Shades of Chantilly #E7B0CB

Tints of Chantilly #E7B0CB

Color information

#E7B0CB (or 0xE7B0CB) is unknown color: approx Chantilly. HEX triplet: E7, B0 and CB. RGB value is (231,176,203). Sum of RGB (Red+Green+Blue) = 231+176+203=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 176 (69.14% from 255 or 28.85% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7B0CB is #184F34. Grayscale: #C3C3C3. Windows color (decimal): -1593141 or 13349095. OLE color: 13349095.

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

Color convert

RGB231176203-
CMYK00.240.120.09
HSL330.55º53.4%79.8%-
HSV(B)330.55º23.81%90.59%-
XYZ59.2652.3563.48-
YUV195.52132.22153.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.87%
GREEN value IS 176 (69.14% from 255) = 28.85%
BLUE value IS 203 (79.69% from 255) = 33.28%
R=37.87%
G=28.85%
B=33.28%

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
Decimal23117620300.240.120.09330.5553.479.8
HexE7B0CB018C914b3550
Octal347260313030141151365120
Binary111001111011000011001011011000110010011010010111101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B0CB; }

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

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

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

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

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

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

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

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