#EBBAC9

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

Shades of Chantilly #EBBAC9

Tints of Chantilly #EBBAC9

Color information

#EBBAC9 (or 0xEBBAC9) is unknown color: approx Chantilly. HEX triplet: EB, BA and C9. RGB value is (235,186,201). Sum of RGB (Red+Green+Blue) = 235+186+201=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 201 (78.91% from 255 or 32.32% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBAC9 is #144536. Grayscale: #CACACA. Windows color (decimal): -1328439 or 13220587. OLE color: 13220587.

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

Color convert

RGB235186201-
CMYK00.210.140.08
HSL341.63º55.06%82.55%-
HSV(B)341.63º20.85%92.16%-
XYZ62.365762.97-
YUV202.36127.23151.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.78%
GREEN value IS 186 (73.05% from 255) = 29.90%
BLUE value IS 201 (78.91% from 255) = 32.32%
R=37.78%
G=29.90%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518620100.210.140.08341.6355.0682.55
HexEBBAC9015E81563753
Octal353272311025161052667123
Binary111010111011101011001001010101111010001010101101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBAC9; }

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

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

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

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

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

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

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

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