#E6BECB

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

Shades of Chantilly #E6BECB

Tints of Chantilly #E6BECB

Color information

#E6BECB (or 0xE6BECB) is unknown color: approx Chantilly. HEX triplet: E6, BE and CB. RGB value is (230,190,203). Sum of RGB (Red+Green+Blue) = 230+190+203=623 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.92% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BECB is #194134. Grayscale: #CBCBCB. Windows color (decimal): -1655093 or 13352678. OLE color: 13352678.

HSL color Cylindrical-coordinate representation of color #E6BECB: hue angle of 340.5º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6BECB is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB230190203-
CMYK00.170.120.10
HSL340.5º44.44%82.35%-
HSV(B)340.5º17.39%90.2%-
XYZ61.8357.9664.43-
YUV203.44127.75146.94-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.92%
GREEN value IS 190 (74.61% from 255) = 30.50%
BLUE value IS 203 (79.69% from 255) = 32.58%
R=36.92%
G=30.50%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019020300.170.120.10340.544.4482.35
HexE6BECB011CA1542c52
Octal346276313021141252454122
Binary111001101011111011001011010001110010101010101001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BECB; }

 p { color: rgb(230,190,203); }

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

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

 a { background-color: rgb(230,190,203); }

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

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

 span { border-color: rgb(230,190,203); }

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