#EBBAC4

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

Shades of Chantilly #EBBAC4

Tints of Chantilly #EBBAC4

Color information

#EBBAC4 (or 0xEBBAC4) is unknown color: approx Chantilly. HEX triplet: EB, BA and C4. RGB value is (235,186,196). Sum of RGB (Red+Green+Blue) = 235+186+196=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 196 (76.95% from 255 or 31.77% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBAC4 is #14453B. Grayscale: #C9C9C9. Windows color (decimal): -1328444 or 12892907. OLE color: 12892907.

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

Color convert

RGB235186196-
CMYK00.210.170.08
HSL347.76º55.06%82.55%-
HSV(B)347.76º20.85%92.16%-
XYZ61.7856.7759.93-
YUV201.79124.73151.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 186 (73.05% from 255) = 30.15%
BLUE value IS 196 (76.95% from 255) = 31.77%
R=38.09%
G=30.15%
B=31.77%

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
Decimal23518619600.210.170.08347.7655.0682.55
HexEBBAC401511815c3753
Octal353272304025211053467123
Binary1110101110111010110001000101011000110001010111001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBAC4; }

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

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

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

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

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

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

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

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