#E4BFCC

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

Shades of Chantilly #E4BFCC

Tints of Chantilly #E4BFCC

Color information

#E4BFCC (or 0xE4BFCC) is unknown color: approx Chantilly. HEX triplet: E4, BF and CC. RGB value is (228,191,204). Sum of RGB (Red+Green+Blue) = 228+191+204=623 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.60% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BFCC is #1B4033. Grayscale: #CBCBCB. Windows color (decimal): -1785908 or 13418468. OLE color: 13418468.

HSL color Cylindrical-coordinate representation of color #E4BFCC: hue angle of 338.92º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E4BFCC is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB228191204-
CMYK00.160.110.11
HSL338.92º40.66%82.16%-
HSV(B)338.92º16.23%89.41%-
XYZ61.5258.1265.1-
YUV203.54128.26145.44-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.60%
GREEN value IS 191 (75% from 255) = 30.66%
BLUE value IS 204 (80.08% from 255) = 32.74%
R=36.60%
G=30.66%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22819120400.160.110.11338.9240.6682.16
HexE4BFCC010BB1532952
Octal344277314020131352351122
Binary111001001011111111001100010000101110111010100111010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BFCC; }

 p { color: rgb(228,191,204); }

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

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

 a { background-color: rgb(228,191,204); }

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

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

 span { border-color: rgb(228,191,204); }

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