Html Css Color HEX #E1B3DD French Lilac

📋 copy color: '#E1B3DD'

red 225 ◦ green 179 ◦ blue 221

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

Shades of French Lilac #E1B3DD

Tints of French Lilac #E1B3DD

RGB

 RED value IS 225 (88.28% from 255) = 36%

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

 BLUE value IS 221 (86.72% from 255) = 35.36%

R = 36%
G = 28.64%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E1B3DD (or 0xE1B3DD) is known color: French Lilac. HEX triplet: E1, B3 and DD. RGB value is (225,179,221). Sum of RGB (Red+Green+Blue) = 225+179+221=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 179 (70.31% from 255 or 28.64% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B3DD is #1E4C22. Grayscale: #C5C5C5. Windows color (decimal): -1985571 or 14529505. OLE color: 14529505.

HSL color Cylindrical-coordinate representation of color #E1B3DD: hue angle of 305.22º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1B3DD is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 179 221 -
CMYK 0 0.20 0.02 0.12
HSL 305.22º 0.43% 0.79% -
HSV(B) 305.22º 0.2% 0.88% -
XYZ 60.22 53.47 75.55 -
YUV 197.54 141.24 147.58 -
System Red Green Blue C M Y K H S L
Decimal 225 179 221 0 0.20 0.02 0.12 305.22 0.43 0.79
Hex E1 B3 DD 0 14 2 C 131 2B 4F
Octal 341 263 335 0 24 2 14 461 53 117
Binary 11100001 10110011 11011101 0 10100 10 1100 100110001 101011 1001111

Color Harmonies of #E1B3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B3DD

Black with #E1B3DD

Text Example


Text Example

White with #E1B3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B3DD; }

 p { color: rgb(225,179,221); }

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

background-color css

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

 a { background-color: rgb(225,179,221); }

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

border-color css

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

 span { border-color: rgb(225,179,221); }

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