#E7B5CC

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

Shades of Chantilly #E7B5CC

Tints of Chantilly #E7B5CC

Color information

#E7B5CC (or 0xE7B5CC) is unknown color: approx Chantilly. HEX triplet: E7, B5 and CC. RGB value is (231,181,204). Sum of RGB (Red+Green+Blue) = 231+181+204=616 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.5% from 616); Green value is 181 (71.09% from 255 or 29.38% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B5CC is #184A33. Grayscale: #C6C6C6. Windows color (decimal): -1591860 or 13415911. OLE color: 13415911.

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

Color convert

RGB231181204-
CMYK00.220.120.09
HSL332.4º51.02%80.78%-
HSV(B)332.4º21.65%90.59%-
XYZ60.3854.464.44-
YUV198.57131.06151.13-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.5%
GREEN value IS 181 (71.09% from 255) = 29.38%
BLUE value IS 204 (80.08% from 255) = 33.12%
R=37.5%
G=29.38%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118120400.220.120.09332.451.0280.78
HexE7B5CC016C914c3351
Octal347265314026141151463121
Binary111001111011010111001100010110110010011010011001100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B5CC; }

 p { color: rgb(231,181,204); }

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

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

 a { background-color: rgb(231,181,204); }

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

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

 span { border-color: rgb(231,181,204); }

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