#EAC1DD

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

Shades of French Lilac #EAC1DD

Tints of French Lilac #EAC1DD

Color information

#EAC1DD (or 0xEAC1DD) is unknown color: approx French Lilac. HEX triplet: EA, C1 and DD. RGB value is (234,193,221). Sum of RGB (Red+Green+Blue) = 234+193+221=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 193 (75.78% from 255 or 29.78% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC1DD is #153E22. Grayscale: #D0D0D0. Windows color (decimal): -1392163 or 14533098. OLE color: 14533098.

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

Color convert

RGB234193221-
CMYK00.180.060.08
HSL319.02º49.4%83.73%-
HSV(B)319.02º17.52%91.76%-
XYZ66.0560.8576.67-
YUV208.45135.08146.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.11%
GREEN value IS 193 (75.78% from 255) = 29.78%
BLUE value IS 221 (86.72% from 255) = 34.10%
R=36.11%
G=29.78%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419322100.180.060.08319.0249.483.73
HexEAC1DD0126813f3154
Octal35230133502261047761124
Binary11101010110000011101110101001011010001001111111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC1DD; }

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

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

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

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

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

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

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

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