#EABDDC

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

Shades of French Lilac #EABDDC

Tints of French Lilac #EABDDC

Color information

#EABDDC (or 0xEABDDC) is unknown color: approx French Lilac. HEX triplet: EA, BD and DC. RGB value is (234,189,220). Sum of RGB (Red+Green+Blue) = 234+189+220=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 189 (74.22% from 255 or 29.39% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDDC is #154223. Grayscale: #CDCDCD. Windows color (decimal): -1393188 or 14466538. OLE color: 14466538.

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

Color convert

RGB234189220-
CMYK00.190.060.08
HSL318.67º51.72%82.94%-
HSV(B)318.67º19.23%91.76%-
XYZ65.0559.0575.68-
YUV205.99135.91147.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.39%
GREEN value IS 189 (74.22% from 255) = 29.39%
BLUE value IS 220 (86.33% from 255) = 34.21%
R=36.39%
G=29.39%
B=34.21%

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
Decimal23418922000.190.060.08318.6751.7282.94
HexEABDDC0136813f3453
Octal35227533402361047764123
Binary11101010101111011101110001001111010001001111111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDDC; }

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

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

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

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

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

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

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

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