#E8BBCB

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

Shades of Chantilly #E8BBCB

Tints of Chantilly #E8BBCB

Color information

#E8BBCB (or 0xE8BBCB) is unknown color: approx Chantilly. HEX triplet: E8, BB and CB. RGB value is (232,187,203). Sum of RGB (Red+Green+Blue) = 232+187+203=622 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.30% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BBCB is #174434. Grayscale: #CACACA. Windows color (decimal): -1524789 or 13351912. OLE color: 13351912.

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

Color convert

RGB232187203-
CMYK00.190.120.09
HSL338.67º49.45%82.16%-
HSV(B)338.67º19.4%90.98%-
XYZ61.8357.0164.24-
YUV202.28128.41149.2-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.30%
GREEN value IS 187 (73.44% from 255) = 30.06%
BLUE value IS 203 (79.69% from 255) = 32.64%
R=37.30%
G=30.06%
B=32.64%

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
Decimal23218720300.190.120.09338.6749.4582.16
HexE8BBCB013C91533152
Octal350273313023141152361122
Binary111010001011101111001011010011110010011010100111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BBCB; }

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

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

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

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

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

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

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

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