#EAAFDB

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

Shades of French Lilac #EAAFDB

Tints of French Lilac #EAAFDB

Color information

#EAAFDB (or 0xEAAFDB) is unknown color: approx French Lilac. HEX triplet: EA, AF and DB. RGB value is (234,175,219). Sum of RGB (Red+Green+Blue) = 234+175+219=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFDB is #155024. Grayscale: #C5C5C5. Windows color (decimal): -1396773 or 14397418. OLE color: 14397418.

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

Color convert

RGB234175219-
CMYK00.250.060.08
HSL315.25º58.42%80.2%-
HSV(B)315.25º25.21%91.76%-
XYZ62.0553.2774.03-
YUV197.66140.05153.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.26%
GREEN value IS 175 (68.75% from 255) = 27.87%
BLUE value IS 219 (85.94% from 255) = 34.87%
R=37.26%
G=27.87%
B=34.87%

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
Decimal23417521900.250.060.08315.2558.4280.2
HexEAAFDB0196813b3a50
Octal35225733303161047372120
Binary11101010101011111101101101100111010001001110111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFDB; }

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

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

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

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

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

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

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

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