#E7B4C9

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

Shades of Chantilly #E7B4C9

Tints of Chantilly #E7B4C9

Color information

#E7B4C9 (or 0xE7B4C9) is unknown color: approx Chantilly. HEX triplet: E7, B4 and C9. RGB value is (231,180,201). Sum of RGB (Red+Green+Blue) = 231+180+201=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 180 (70.70% from 255 or 29.41% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B4C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B4C9 is #184B36. Grayscale: #C5C5C5. Windows color (decimal): -1592119 or 13219047. OLE color: 13219047.

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

Color convert

RGB231180201-
CMYK00.220.130.09
HSL335.29º51.52%80.59%-
HSV(B)335.29º22.08%90.59%-
XYZ59.8253.8562.5-
YUV197.64129.9151.79-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.75%
GREEN value IS 180 (70.70% from 255) = 29.41%
BLUE value IS 201 (78.91% from 255) = 32.84%
R=37.75%
G=29.41%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118020100.220.130.09335.2951.5280.59
HexE7B4C9016D914f3451
Octal347264311026151151764121
Binary111001111011010011001001010110110110011010011111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B4C9; }

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

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

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

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

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

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

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

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