#E7B2CA

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

Shades of Chantilly #E7B2CA

Tints of Chantilly #E7B2CA

Color information

#E7B2CA (or 0xE7B2CA) is unknown color: approx Chantilly. HEX triplet: E7, B2 and CA. RGB value is (231,178,202). Sum of RGB (Red+Green+Blue) = 231+178+202=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 178 (69.92% from 255 or 29.13% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7B2CA is #184D35. Grayscale: #C4C4C4. Windows color (decimal): -1592630 or 13284071. OLE color: 13284071.

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

Color convert

RGB231178202-
CMYK00.230.130.09
HSL332.83º52.48%80.2%-
HSV(B)332.83º22.94%90.59%-
XYZ59.5453.0962.99-
YUV196.58131.06152.55-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.81%
GREEN value IS 178 (69.92% from 255) = 29.13%
BLUE value IS 202 (79.30% from 255) = 33.06%
R=37.81%
G=29.13%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117820200.230.130.09332.8352.4880.2
HexE7B2CA017D914d3450
Octal347262312027151151564120
Binary111001111011001011001010010111110110011010011011101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B2CA; }

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

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

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

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

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

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

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

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