#EABDC4

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

Shades of Chantilly #EABDC4

Tints of Chantilly #EABDC4

Color information

#EABDC4 (or 0xEABDC4) is unknown color: approx Chantilly. HEX triplet: EA, BD and C4. RGB value is (234,189,196). Sum of RGB (Red+Green+Blue) = 234+189+196=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDC4 is #15423B. Grayscale: #CBCBCB. Windows color (decimal): -1393212 or 12893674. OLE color: 12893674.

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

Color convert

RGB234189196-
CMYK00.190.160.08
HSL350.67º51.72%82.94%-
HSV(B)350.67º19.23%91.76%-
XYZ62.0957.8760.12-
YUV203.25123.91149.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.80%
GREEN value IS 189 (74.22% from 255) = 30.53%
BLUE value IS 196 (76.95% from 255) = 31.66%
R=37.80%
G=30.53%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418919600.190.160.08350.6751.7282.94
HexEABDC401310815f3453
Octal352275304023201053764123
Binary1110101010111101110001000100111000010001010111111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDC4; }

 p { color: rgb(234,189,196); }

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

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

 a { background-color: rgb(234,189,196); }

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

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

 span { border-color: rgb(234,189,196); }

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