#EBBAC2

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

Shades of Chantilly #EBBAC2

Tints of Chantilly #EBBAC2

Color information

#EBBAC2 (or 0xEBBAC2) is unknown color: approx Chantilly. HEX triplet: EB, BA and C2. RGB value is (235,186,194). Sum of RGB (Red+Green+Blue) = 235+186+194=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 194 (76.17% from 255 or 31.54% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBAC2 is #14453D. Grayscale: #C9C9C9. Windows color (decimal): -1328446 or 12761835. OLE color: 12761835.

HSL color Cylindrical-coordinate representation of color #EBBAC2: hue angle of 350.2º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBBAC2 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB235186194-
CMYK00.210.170.08
HSL350.2º55.06%82.55%-
HSV(B)350.2º20.85%92.16%-
XYZ61.5656.6858.73-
YUV201.56123.73151.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.21%
GREEN value IS 186 (73.05% from 255) = 30.24%
BLUE value IS 194 (76.17% from 255) = 31.54%
R=38.21%
G=30.24%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518619400.210.170.08350.255.0682.55
HexEBBAC201511815e3753
Octal353272302025211053667123
Binary1110101110111010110000100101011000110001010111101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBAC2; }

 p { color: rgb(235,186,194); }

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

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

 a { background-color: rgb(235,186,194); }

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

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

 span { border-color: rgb(235,186,194); }

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