#EBAEC6

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

Shades of Chantilly #EBAEC6

Tints of Chantilly #EBAEC6

Color information

#EBAEC6 (or 0xEBAEC6) is unknown color: approx Chantilly. HEX triplet: EB, AE and C6. RGB value is (235,174,198). Sum of RGB (Red+Green+Blue) = 235+174+198=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 198 (77.73% from 255 or 32.62% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAEC6 is #145139. Grayscale: #C2C2C2. Windows color (decimal): -1331514 or 13020907. OLE color: 13020907.

HSL color Cylindrical-coordinate representation of color #EBAEC6: hue angle of 336.39º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBAEC6 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB235174198-
CMYK00.260.160.08
HSL336.39º60.4%80.2%-
HSV(B)336.39º25.96%92.16%-
XYZ59.5952.0160.32-
YUV194.98129.71156.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.71%
GREEN value IS 174 (68.36% from 255) = 28.67%
BLUE value IS 198 (77.73% from 255) = 32.62%
R=38.71%
G=28.67%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517419800.260.160.08336.3960.480.2
HexEBAEC601A1081503c50
Octal353256306032201052074120
Binary1110101110101110110001100110101000010001010100001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAEC6; }

 p { color: rgb(235,174,198); }

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

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

 a { background-color: rgb(235,174,198); }

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

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

 span { border-color: rgb(235,174,198); }

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