#EAADC8

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

Shades of Chantilly #EAADC8

Tints of Chantilly #EAADC8

Color information

#EAADC8 (or 0xEAADC8) is unknown color: approx Chantilly. HEX triplet: EA, AD and C8. RGB value is (234,173,200). Sum of RGB (Red+Green+Blue) = 234+173+200=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADC8 is #155237. Grayscale: #C2C2C2. Windows color (decimal): -1397304 or 13151722. OLE color: 13151722.

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

Color convert

RGB234173200-
CMYK00.260.150.08
HSL333.44º59.22%79.8%-
HSV(B)333.44º26.07%91.76%-
XYZ59.351.5561.47-
YUV194.32131.21156.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 173 (67.97% from 255) = 28.50%
BLUE value IS 200 (78.52% from 255) = 32.95%
R=38.55%
G=28.50%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417320000.260.150.08333.4459.2279.8
HexEAADC801AF814d3b50
Octal352255310032171051573120
Binary111010101010110111001000011010111110001010011011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAADC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAADC8; }

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

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

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

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

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

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

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

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