Html Css Color HEX #E1BDDA French Lilac

📋 copy color: '#E1BDDA'

red 225 ◦ green 189 ◦ blue 218

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

Shades of French Lilac #E1BDDA

Tints of French Lilac #E1BDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.49%

R = 35.6%
G = 29.91%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E1BDDA (or 0xE1BDDA) is known color: French Lilac. HEX triplet: E1, BD and DA. RGB value is (225,189,218). Sum of RGB (Red+Green+Blue) = 225+189+218=632 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.60% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BDDA is #1E4225. Grayscale: #CACACA. Windows color (decimal): -1983014 or 14335457. OLE color: 14335457.

HSL color Cylindrical-coordinate representation of color #E1BDDA: hue angle of 311.67º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1BDDA is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 189 218 -
CMYK 0 0.16 0.03 0.12
HSL 311.67º 0.38% 0.81% -
HSV(B) 311.67º 0.16% 0.88% -
XYZ 61.9 57.46 74.16 -
YUV 203.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 225 189 218 0 0.16 0.03 0.12 311.67 0.38 0.81
Hex E1 BD DA 0 10 3 C 138 26 51
Octal 341 275 332 0 20 3 14 470 46 121
Binary 11100001 10111101 11011010 0 10000 11 1100 100111000 100110 1010001

Color Harmonies of #E1BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BDDA

Black with #E1BDDA

Text Example


Text Example

White with #E1BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BDDA; }

 p { color: rgb(225,189,218); }

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

background-color css

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

 a { background-color: rgb(225,189,218); }

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

border-color css

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

 span { border-color: rgb(225,189,218); }

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