#EBBAC0

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

Shades of Chantilly #EBBAC0

Tints of Chantilly #EBBAC0

Color information

#EBBAC0 (or 0xEBBAC0) is unknown color: approx Chantilly. HEX triplet: EB, BA and C0. RGB value is (235,186,192). Sum of RGB (Red+Green+Blue) = 235+186+192=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBAC0 is #14453F. Grayscale: #C9C9C9. Windows color (decimal): -1328448 or 12630763. OLE color: 12630763.

HSL color Cylindrical-coordinate representation of color #EBBAC0: hue angle of 352.65º 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 #EBBAC0 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB235186192-
CMYK00.210.180.08
HSL352.65º55.06%82.55%-
HSV(B)352.65º20.85%92.16%-
XYZ61.3356.5957.56-
YUV201.34122.73152.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 186 (73.05% from 255) = 30.34%
BLUE value IS 192 (75.39% from 255) = 31.32%
R=38.34%
G=30.34%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518619200.210.180.08352.6555.0682.55
HexEBBAC00151281613753
Octal353272300025221054167123
Binary1110101110111010110000000101011001010001011000011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBAC0; }

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

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

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

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

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

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

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

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