#E2ADDB

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

Shades of French Lilac #E2ADDB

Tints of French Lilac #E2ADDB

Color information

#E2ADDB (or 0xE2ADDB) is unknown color: approx French Lilac. HEX triplet: E2, AD and DB. RGB value is (226,173,219). Sum of RGB (Red+Green+Blue) = 226+173+219=618 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.57% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ADDB is #1D5224. Grayscale: #C1C1C1. Windows color (decimal): -1921573 or 14396898. OLE color: 14396898.

HSL color Cylindrical-coordinate representation of color #E2ADDB: hue angle of 307.92º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2ADDB is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB226173219-
CMYK00.230.030.11
HSL307.92º47.75%78.24%-
HSV(B)307.92º23.45%88.63%-
XYZ59.0951.1773.78-
YUV194.09142.06150.76-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.57%
GREEN value IS 173 (67.97% from 255) = 27.99%
BLUE value IS 219 (85.94% from 255) = 35.44%
R=36.57%
G=27.99%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617321900.230.030.11307.9247.7578.24
HexE2ADDB0173B134304e
Octal34225533302731346460116
Binary1110001010101101110110110101111110111001101001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ADDB; }

 p { color: rgb(226,173,219); }

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

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

 a { background-color: rgb(226,173,219); }

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

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

 span { border-color: rgb(226,173,219); }

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