#E6BACA

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

Shades of Chantilly #E6BACA

Tints of Chantilly #E6BACA

Color information

#E6BACA (or 0xE6BACA) is unknown color: approx Chantilly. HEX triplet: E6, BA and CA. RGB value is (230,186,202). Sum of RGB (Red+Green+Blue) = 230+186+202=618 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.22% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BACA is #194535. Grayscale: #C8C8C8. Windows color (decimal): -1656118 or 13286118. OLE color: 13286118.

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

Color convert

RGB230186202-
CMYK00.190.120.10
HSL338.18º46.81%81.57%-
HSV(B)338.18º19.13%90.2%-
XYZ60.8556.2163.52-
YUV200.98128.58148.7-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.22%
GREEN value IS 186 (73.05% from 255) = 30.10%
BLUE value IS 202 (79.30% from 255) = 32.69%
R=37.22%
G=30.10%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018620200.190.120.10338.1846.8181.57
HexE6BACA013CA1522f52
Octal346272312023141252257122
Binary111001101011101011001010010011110010101010100101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BACA; }

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

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

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

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

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

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

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

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