#EAAFDD

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

Shades of French Lilac #EAAFDD

Tints of French Lilac #EAAFDD

Color information

#EAAFDD (or 0xEAAFDD) is unknown color: approx French Lilac. HEX triplet: EA, AF and DD. RGB value is (234,175,221). Sum of RGB (Red+Green+Blue) = 234+175+221=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 175 (68.75% from 255 or 27.78% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFDD is #155022. Grayscale: #C5C5C5. Windows color (decimal): -1396771 or 14528490. OLE color: 14528490.

HSL color Cylindrical-coordinate representation of color #EAAFDD: hue angle of 313.22º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAAFDD is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB234175221-
CMYK00.250.060.08
HSL313.22º58.42%80.2%-
HSV(B)313.22º25.21%91.76%-
XYZ62.3153.3775.42-
YUV197.88141.05153.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.14%
GREEN value IS 175 (68.75% from 255) = 27.78%
BLUE value IS 221 (86.72% from 255) = 35.08%
R=37.14%
G=27.78%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417522100.250.060.08313.2258.4280.2
HexEAAFDD019681393a50
Octal35225733503161047172120
Binary11101010101011111101110101100111010001001110011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFDD; }

 p { color: rgb(234,175,221); }

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

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

 a { background-color: rgb(234,175,221); }

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

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

 span { border-color: rgb(234,175,221); }

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