#EABCDD

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

Shades of French Lilac #EABCDD

Tints of French Lilac #EABCDD

Color information

#EABCDD (or 0xEABCDD) is unknown color: approx French Lilac. HEX triplet: EA, BC and DD. RGB value is (234,188,221). Sum of RGB (Red+Green+Blue) = 234+188+221=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCDD is #154322. Grayscale: #CDCDCD. Windows color (decimal): -1393443 or 14531818. OLE color: 14531818.

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

Color convert

RGB234188221-
CMYK00.200.060.08
HSL316.96º52.27%82.75%-
HSV(B)316.96º19.66%91.76%-
XYZ64.9758.6876.31-
YUV205.52136.74148.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.39%
GREEN value IS 188 (73.83% from 255) = 29.24%
BLUE value IS 221 (86.72% from 255) = 34.37%
R=36.39%
G=29.24%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418822100.200.060.08316.9652.2782.75
HexEABCDD0146813d3453
Octal35227433502461047564123
Binary11101010101111001101110101010011010001001111011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCDD; }

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

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

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

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

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

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

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

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