#EBAEC4

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

Shades of Chantilly #EBAEC4

Tints of Chantilly #EBAEC4

Color information

#EBAEC4 (or 0xEBAEC4) is unknown color: approx Chantilly. HEX triplet: EB, AE and C4. RGB value is (235,174,196). Sum of RGB (Red+Green+Blue) = 235+174+196=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 196 (76.95% from 255 or 32.40% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAEC4 is #14513B. Grayscale: #C2C2C2. Windows color (decimal): -1331516 or 12889835. OLE color: 12889835.

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

Color convert

RGB235174196-
CMYK00.260.170.08
HSL338.36º60.4%80.2%-
HSV(B)338.36º25.96%92.16%-
XYZ59.3651.9259.12-
YUV194.75128.71156.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 174 (68.36% from 255) = 28.76%
BLUE value IS 196 (76.95% from 255) = 32.40%
R=38.84%
G=28.76%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517419600.260.170.08338.3660.480.2
HexEBAEC401A1181523c50
Octal353256304032211052274120
Binary1110101110101110110001000110101000110001010100101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAEC4; }

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

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

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

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

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

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

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

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