#E6BECA

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

Shades of Chantilly #E6BECA

Tints of Chantilly #E6BECA

Color information

#E6BECA (or 0xE6BECA) is unknown color: approx Chantilly. HEX triplet: E6, BE and CA. RGB value is (230,190,202). Sum of RGB (Red+Green+Blue) = 230+190+202=622 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.98% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BECA is #194135. Grayscale: #CBCBCB. Windows color (decimal): -1655094 or 13287142. OLE color: 13287142.

HSL color Cylindrical-coordinate representation of color #E6BECA: hue angle of 342º 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 #E6BECA is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB230190202-
CMYK00.170.120.10
HSL342º44.44%82.35%-
HSV(B)342º17.39%90.2%-
XYZ61.7157.9163.8-
YUV203.33127.25147.02-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.98%
GREEN value IS 190 (74.61% from 255) = 30.55%
BLUE value IS 202 (79.30% from 255) = 32.48%
R=36.98%
G=30.55%
B=32.48%

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
Decimal23019020200.170.120.1034244.4482.35
HexE6BECA011CA1562c52
Octal346276312021141252654122
Binary111001101011111011001010010001110010101010101101011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BECA; }

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

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

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

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

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

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

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

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