#EAADC4

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

Shades of Chantilly #EAADC4

Tints of Chantilly #EAADC4

Color information

#EAADC4 (or 0xEAADC4) is unknown color: approx Chantilly. HEX triplet: EA, AD and C4. RGB value is (234,173,196). Sum of RGB (Red+Green+Blue) = 234+173+196=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 196 (76.95% from 255 or 32.50% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADC4 is #15523B. Grayscale: #C1C1C1. Windows color (decimal): -1397308 or 12889578. OLE color: 12889578.

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

Color convert

RGB234173196-
CMYK00.260.160.08
HSL337.38º59.22%79.8%-
HSV(B)337.38º26.07%91.76%-
XYZ58.8451.3759.04-
YUV193.86129.21156.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.81%
GREEN value IS 173 (67.97% from 255) = 28.69%
BLUE value IS 196 (76.95% from 255) = 32.50%
R=38.81%
G=28.69%
B=32.50%

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
Decimal23417319600.260.160.08337.3859.2279.8
HexEAADC401A1081513b50
Octal352255304032201052173120
Binary1110101010101101110001000110101000010001010100011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAADC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAADC4; }

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

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

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

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

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

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

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

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