#E8BFCB

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

Shades of Chantilly #E8BFCB

Tints of Chantilly #E8BFCB

Color information

#E8BFCB (or 0xE8BFCB) is unknown color: approx Chantilly. HEX triplet: E8, BF and CB. RGB value is (232,191,203). Sum of RGB (Red+Green+Blue) = 232+191+203=626 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.06% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BFCB is #174034. Grayscale: #CCCCCC. Windows color (decimal): -1523765 or 13352936. OLE color: 13352936.

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

Color convert

RGB232191203-
CMYK00.180.120.09
HSL342.44º47.13%82.94%-
HSV(B)342.44º17.67%90.98%-
XYZ62.6958.7364.53-
YUV204.63127.08147.52-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.06%
GREEN value IS 191 (75% from 255) = 30.51%
BLUE value IS 203 (79.69% from 255) = 32.43%
R=37.06%
G=30.51%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219120300.180.120.09342.4447.1382.94
HexE8BFCB012C91562f53
Octal350277313022141152657123
Binary111010001011111111001011010010110010011010101101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BFCB; }

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

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

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

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

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

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

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

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