#EAADDC

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

Shades of French Lilac #EAADDC

Tints of French Lilac #EAADDC

Color information

#EAADDC (or 0xEAADDC) is unknown color: approx French Lilac. HEX triplet: EA, AD and DC. RGB value is (234,173,220). Sum of RGB (Red+Green+Blue) = 234+173+220=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADDC is #155223. Grayscale: #C4C4C4. Windows color (decimal): -1397284 or 14462442. OLE color: 14462442.

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

Color convert

RGB234173220-
CMYK00.260.060.08
HSL313.77º59.22%79.8%-
HSV(B)313.77º26.07%91.76%-
XYZ61.7952.5574.6-
YUV196.6141.21154.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.32%
GREEN value IS 173 (67.97% from 255) = 27.59%
BLUE value IS 220 (86.33% from 255) = 35.09%
R=37.32%
G=27.59%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417322000.260.060.08313.7759.2279.8
HexEAADDC01A6813a3b50
Octal35225533403261047273120
Binary11101010101011011101110001101011010001001110101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAADDC; }

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

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

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

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

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

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

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

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