Html Css Color HEX #E2BAD8 French Lilac

📋 copy color: '#E2BAD8'

red 226 ◦ green 186 ◦ blue 216

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

Shades of French Lilac #E2BAD8

Tints of French Lilac #E2BAD8

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.62%

 BLUE value IS 216 (84.77% from 255) = 34.39%

R = 35.99%
G = 29.62%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E2BAD8 (or 0xE2BAD8) is known color: French Lilac. HEX triplet: E2, BA and D8. RGB value is (226,186,216). Sum of RGB (Red+Green+Blue) = 226+186+216=628 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.99% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 216 (84.77% from 255 or 34.39% from 628); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BAD8 is #1D4527. Grayscale: #C9C9C9. Windows color (decimal): -1918248 or 14203618. OLE color: 14203618.

HSL color Cylindrical-coordinate representation of color #E2BAD8: hue angle of 315º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2BAD8 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 186 216 -
CMYK 0 0.18 0.04 0.11
HSL 315º 0.41% 0.81% -
HSV(B) 315º 0.18% 0.89% -
XYZ 61.32 56.24 72.59 -
YUV 201.38 136.25 145.56 -
System Red Green Blue C M Y K H S L
Decimal 226 186 216 0 0.18 0.04 0.11 315 0.41 0.81
Hex E2 BA D8 0 12 4 B 13B 29 51
Octal 342 272 330 0 22 4 13 473 51 121
Binary 11100010 10111010 11011000 0 10010 100 1011 100111011 101001 1010001

Color Harmonies of #E2BAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BAD8

Black with #E2BAD8

Text Example


Text Example

White with #E2BAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BAD8; }

 p { color: rgb(226,186,216); }

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

background-color css

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

 a { background-color: rgb(226,186,216); }

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

border-color css

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

 span { border-color: rgb(226,186,216); }

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