#EABDDD

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

Shades of French Lilac #EABDDD

Tints of French Lilac #EABDDD

Color information

#EABDDD (or 0xEABDDD) is unknown color: approx French Lilac. HEX triplet: EA, BD and DD. RGB value is (234,189,221). Sum of RGB (Red+Green+Blue) = 234+189+221=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDDD is #154222. Grayscale: #CECECE. Windows color (decimal): -1393187 or 14532074. OLE color: 14532074.

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

Color convert

RGB234189221-
CMYK00.190.060.08
HSL317.33º51.72%82.94%-
HSV(B)317.33º19.23%91.76%-
XYZ65.1859.1176.38-
YUV206.1136.41147.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.34%
GREEN value IS 189 (74.22% from 255) = 29.35%
BLUE value IS 221 (86.72% from 255) = 34.32%
R=36.34%
G=29.35%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418922100.190.060.08317.3351.7282.94
HexEABDDD0136813d3453
Octal35227533502361047564123
Binary11101010101111011101110101001111010001001111011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDDD; }

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

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

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

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

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

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

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

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