Html Css Color HEX #E2ADD0 French Lilac

📋 copy color: '#E2ADD0'

red 226 ◦ green 173 ◦ blue 208

#E2ADD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Lilac #E2ADD0

Tints of French Lilac #E2ADD0

RGB

 RED value IS 226 (88.67% from 255) = 37.23%

 GREEN value IS 173 (67.97% from 255) = 28.5%

 BLUE value IS 208 (81.64% from 255) = 34.27%

R = 37.23%
G = 28.5%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E2ADD0 (or 0xE2ADD0) is known color: French Lilac. HEX triplet: E2, AD and D0. RGB value is (226,173,208). Sum of RGB (Red+Green+Blue) = 226+173+208=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ADD0 is #1D522F. Grayscale: #C0C0C0. Windows color (decimal): -1921584 or 13676002. OLE color: 13676002.

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

Color convert

RGB 226 173 208 -
CMYK 0 0.23 0.08 0.11
HSL 320.38º 0.48% 0.78% -
HSV(B) 320.38º 0.23% 0.89% -
XYZ 57.69 50.61 66.4 -
YUV 192.84 136.56 151.65 -
System Red Green Blue C M Y K H S L
Decimal 226 173 208 0 0.23 0.08 0.11 320.38 0.48 0.78
Hex E2 AD D0 0 17 8 B 140 30 4E
Octal 342 255 320 0 27 10 13 500 60 116
Binary 11100010 10101101 11010000 0 10111 1000 1011 101000000 110000 1001110

Color Harmonies of #E2ADD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ADD0

Black with #E2ADD0

Text Example


Text Example

White with #E2ADD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ADD0; }

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

 H1.HeaderClassName
 {
   color: #E2ADD0;
 }
 .AnyTagClassName
 {
   color: #E2ADD0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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