Html Css Color HEX #E2B3D2 French Lilac

📋 copy color: '#E2B3D2'

red 226 ◦ green 179 ◦ blue 210

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

Shades of French Lilac #E2B3D2

Tints of French Lilac #E2B3D2

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.11%

 BLUE value IS 210 (82.42% from 255) = 34.15%

R = 36.75%
G = 29.11%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E2B3D2 (or 0xE2B3D2) is known color: French Lilac. HEX triplet: E2, B3 and D2. RGB value is (226,179,210). Sum of RGB (Red+Green+Blue) = 226+179+210=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 179 (70.31% from 255 or 29.11% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B3D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B3D2 is #1D4C2D. Grayscale: #C4C4C4. Windows color (decimal): -1920046 or 13808610. OLE color: 13808610.

HSL color Cylindrical-coordinate representation of color #E2B3D2: hue angle of 320.43º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E2B3D2 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 179 210 -
CMYK 0 0.21 0.07 0.11
HSL 320.43º 0.45% 0.79% -
HSV(B) 320.43º 0.21% 0.89% -
XYZ 59.12 53.06 68.1 -
YUV 196.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 226 179 210 0 0.21 0.07 0.11 320.43 0.45 0.79
Hex E2 B3 D2 0 15 7 B 140 2D 4F
Octal 342 263 322 0 25 7 13 500 55 117
Binary 11100010 10110011 11010010 0 10101 111 1011 101000000 101101 1001111

Color Harmonies of #E2B3D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B3D2

Black with #E2B3D2

Text Example


Text Example

White with #E2B3D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B3D2; }

 p { color: rgb(226,179,210); }

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

background-color css

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

 a { background-color: rgb(226,179,210); }

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

border-color css

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

 span { border-color: rgb(226,179,210); }

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