#E4BFCB

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

Shades of Chantilly #E4BFCB

Tints of Chantilly #E4BFCB

Color information

#E4BFCB (or 0xE4BFCB) is unknown color: approx Chantilly. HEX triplet: E4, BF and CB. RGB value is (228,191,203). Sum of RGB (Red+Green+Blue) = 228+191+203=622 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.66% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BFCB is #1B4034. Grayscale: #CBCBCB. Windows color (decimal): -1785909 or 13352932. OLE color: 13352932.

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

Color convert

RGB228191203-
CMYK00.160.110.11
HSL340.54º40.66%82.16%-
HSV(B)340.54º16.23%89.41%-
XYZ61.4158.0764.47-
YUV203.43127.76145.52-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.66%
GREEN value IS 191 (75% from 255) = 30.71%
BLUE value IS 203 (79.69% from 255) = 32.64%
R=36.66%
G=30.71%
B=32.64%

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
Decimal22819120300.160.110.11340.5440.6682.16
HexE4BFCB010BB1552952
Octal344277313020131352551122
Binary111001001011111111001011010000101110111010101011010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BFCB; }

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

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

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

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

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

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

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

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