#E8BBCD

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

Shades of Chantilly #E8BBCD

Tints of Chantilly #E8BBCD

Color information

#E8BBCD (or 0xE8BBCD) is unknown color: approx Chantilly. HEX triplet: E8, BB and CD. RGB value is (232,187,205). Sum of RGB (Red+Green+Blue) = 232+187+205=624 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.18% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BBCD is #174432. Grayscale: #CACACA. Windows color (decimal): -1524787 or 13482984. OLE color: 13482984.

HSL color Cylindrical-coordinate representation of color #E8BBCD: hue angle of 336º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8BBCD is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB232187205-
CMYK00.190.120.09
HSL336º49.45%82.16%-
HSV(B)336º19.4%90.98%-
XYZ62.0757.165.51-
YUV202.51129.41149.04-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.18%
GREEN value IS 187 (73.44% from 255) = 29.97%
BLUE value IS 205 (80.47% from 255) = 32.85%
R=37.18%
G=29.97%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218720500.190.120.0933649.4582.16
HexE8BBCD013C91503152
Octal350273315023141152061122
Binary111010001011101111001101010011110010011010100001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BBCD; }

 p { color: rgb(232,187,205); }

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

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

 a { background-color: rgb(232,187,205); }

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

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

 span { border-color: rgb(232,187,205); }

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