Html Css Color HEX #E2B9DE French Lilac

📋 copy color: '#E2B9DE'

red 226 ◦ green 185 ◦ blue 222

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

Shades of French Lilac #E2B9DE

Tints of French Lilac #E2B9DE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.23%

 BLUE value IS 222 (87.11% from 255) = 35.07%

R = 35.7%
G = 29.23%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E2B9DE (or 0xE2B9DE) is known color: French Lilac. HEX triplet: E2, B9 and DE. RGB value is (226,185,222). Sum of RGB (Red+Green+Blue) = 226+185+222=633 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.70% from 633); Green value is 185 (72.66% from 255 or 29.23% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B9DE is #1D4621. Grayscale: #C9C9C9. Windows color (decimal): -1918498 or 14596578. OLE color: 14596578.

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

Color convert

RGB 226 185 222 -
CMYK 0 0.18 0.02 0.11
HSL 305.85º 0.41% 0.81% -
HSV(B) 305.85º 0.18% 0.89% -
XYZ 61.9 56.14 76.68 -
YUV 201.48 139.58 145.49 -
System Red Green Blue C M Y K H S L
Decimal 226 185 222 0 0.18 0.02 0.11 305.85 0.41 0.81
Hex E2 B9 DE 0 12 2 B 132 29 51
Octal 342 271 336 0 22 2 13 462 51 121
Binary 11100010 10111001 11011110 0 10010 10 1011 100110010 101001 1010001

Color Harmonies of #E2B9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B9DE

Black with #E2B9DE

Text Example


Text Example

White with #E2B9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B9DE; }

 p { color: rgb(226,185,222); }

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

background-color css

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

 a { background-color: rgb(226,185,222); }

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

border-color css

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

 span { border-color: rgb(226,185,222); }

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