#E8BBCE

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

Shades of Chantilly #E8BBCE

Tints of Chantilly #E8BBCE

Color information

#E8BBCE (or 0xE8BBCE) is unknown color: approx Chantilly. HEX triplet: E8, BB and CE. RGB value is (232,187,206). Sum of RGB (Red+Green+Blue) = 232+187+206=625 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.12% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BBCE is #174431. Grayscale: #CACACA. Windows color (decimal): -1524786 or 13548520. OLE color: 13548520.

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

Color convert

RGB232187206-
CMYK00.190.110.09
HSL334.67º49.45%82.16%-
HSV(B)334.67º19.4%90.98%-
XYZ62.1957.1566.15-
YUV202.62129.91148.96-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.12%
GREEN value IS 187 (73.44% from 255) = 29.92%
BLUE value IS 206 (80.86% from 255) = 32.96%
R=37.12%
G=29.92%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218720600.190.110.09334.6749.4582.16
HexE8BBCE013B914f3152
Octal350273316023131151761122
Binary111010001011101111001110010011101110011010011111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BBCE; }

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

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

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

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

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

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

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

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