#E7B2C5

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

Shades of Chantilly #E7B2C5

Tints of Chantilly #E7B2C5

Color information

#E7B2C5 (or 0xE7B2C5) is unknown color: approx Chantilly. HEX triplet: E7, B2 and C5. RGB value is (231,178,197). Sum of RGB (Red+Green+Blue) = 231+178+197=606 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.12% from 606); Green value is 178 (69.92% from 255 or 29.37% from 606); Blue value is 197 (77.34% from 255 or 32.51% from 606); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B2C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7B2C5 is #184D3A. Grayscale: #C3C3C3. Windows color (decimal): -1592635 or 12956391. OLE color: 12956391.

HSL color Cylindrical-coordinate representation of color #E7B2C5: hue angle of 338.49º degrees, saturation: 0.52, 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 #E7B2C5 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB231178197-
CMYK00.230.150.09
HSL338.49º52.48%80.2%-
HSV(B)338.49º22.94%90.59%-
XYZ58.9552.8659.92-
YUV196.01128.56152.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.12%
GREEN value IS 178 (69.92% from 255) = 29.37%
BLUE value IS 197 (77.34% from 255) = 32.51%
R=38.12%
G=29.37%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117819700.230.150.09338.4952.4880.2
HexE7B2C5017F91523450
Octal347262305027171152264120
Binary111001111011001011000101010111111110011010100101101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B2C5; }

 p { color: rgb(231,178,197); }

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

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

 a { background-color: rgb(231,178,197); }

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

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

 span { border-color: rgb(231,178,197); }

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