Html Css Color HEX #E2BDD9 French Lilac

📋 copy color: '#E2BDD9'

red 226 ◦ green 189 ◦ blue 217

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

Shades of French Lilac #E2BDD9

Tints of French Lilac #E2BDD9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.91%

 BLUE value IS 217 (85.16% from 255) = 34.34%

R = 35.76%
G = 29.91%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E2BDD9 (or 0xE2BDD9) is known color: French Lilac. HEX triplet: E2, BD and D9. RGB value is (226,189,217). Sum of RGB (Red+Green+Blue) = 226+189+217=632 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.76% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 217 (85.16% from 255 or 34.34% from 632); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BDD9 is #1D4226. Grayscale: #CBCBCB. Windows color (decimal): -1917479 or 14269922. OLE color: 14269922.

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

Color convert

RGB 226 189 217 -
CMYK 0 0.16 0.04 0.11
HSL 314.59º 0.39% 0.81% -
HSV(B) 314.59º 0.16% 0.89% -
XYZ 62.09 57.57 73.49 -
YUV 203.26 135.76 144.22 -
System Red Green Blue C M Y K H S L
Decimal 226 189 217 0 0.16 0.04 0.11 314.59 0.39 0.81
Hex E2 BD D9 0 10 4 B 13B 27 51
Octal 342 275 331 0 20 4 13 473 47 121
Binary 11100010 10111101 11011001 0 10000 100 1011 100111011 100111 1010001

Color Harmonies of #E2BDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BDD9

Black with #E2BDD9

Text Example


Text Example

White with #E2BDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BDD9; }

 p { color: rgb(226,189,217); }

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

background-color css

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

 a { background-color: rgb(226,189,217); }

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

border-color css

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

 span { border-color: rgb(226,189,217); }

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