#E7B6C9

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

Shades of Chantilly #E7B6C9

Tints of Chantilly #E7B6C9

Color information

#E7B6C9 (or 0xE7B6C9) is unknown color: approx Chantilly. HEX triplet: E7, B6 and C9. RGB value is (231,182,201). Sum of RGB (Red+Green+Blue) = 231+182+201=614 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.62% from 614); Green value is 182 (71.48% from 255 or 29.64% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B6C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B6C9 is #184936. Grayscale: #C6C6C6. Windows color (decimal): -1591607 or 13219559. OLE color: 13219559.

HSL color Cylindrical-coordinate representation of color #E7B6C9: hue angle of 336.73º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E7B6C9 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB231182201-
CMYK00.210.130.09
HSL336.73º50.52%80.98%-
HSV(B)336.73º21.21%90.59%-
XYZ60.2354.6662.63-
YUV198.82129.23150.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.62%
GREEN value IS 182 (71.48% from 255) = 29.64%
BLUE value IS 201 (78.91% from 255) = 32.74%
R=37.62%
G=29.64%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118220100.210.130.09336.7350.5280.98
HexE7B6C9015D91513351
Octal347266311025151152163121
Binary111001111011011011001001010101110110011010100011100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B6C9; }

 p { color: rgb(231,182,201); }

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

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

 a { background-color: rgb(231,182,201); }

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

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

 span { border-color: rgb(231,182,201); }

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