Html Css Color HEX #E0BDDE French Lilac

📋 copy color: '#E0BDDE'

red 224 ◦ green 189 ◦ blue 222

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

Shades of French Lilac #E0BDDE

Tints of French Lilac #E0BDDE

RGB

 RED value IS 224 (87.89% from 255) = 35.28%

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

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

R = 35.28%
G = 29.76%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E0BDDE (or 0xE0BDDE) is known color: French Lilac. HEX triplet: E0, BD and DE. RGB value is (224,189,222). Sum of RGB (Red+Green+Blue) = 224+189+222=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDDE is #1F4221. Grayscale: #CBCBCB. Windows color (decimal): -2048546 or 14597600. OLE color: 14597600.

HSL color Cylindrical-coordinate representation of color #E0BDDE: hue angle of 303.43º degrees, saturation: 0.36, 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 #E0BDDE is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 189 222 -
CMYK 0 0.16 0.01 0.12
HSL 303.43º 0.36% 0.81% -
HSV(B) 303.43º 0.16% 0.88% -
XYZ 62.12 57.52 76.93 -
YUV 203.23 138.6 142.82 -
System Red Green Blue C M Y K H S L
Decimal 224 189 222 0 0.16 0.01 0.12 303.43 0.36 0.81
Hex E0 BD DE 0 10 1 C 12F 24 51
Octal 340 275 336 0 20 1 14 457 44 121
Binary 11100000 10111101 11011110 0 10000 1 1100 100101111 100100 1010001

Color Harmonies of #E0BDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BDDE

Black with #E0BDDE

Text Example


Text Example

White with #E0BDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BDDE; }

 p { color: rgb(224,189,222); }

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

background-color css

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

 a { background-color: rgb(224,189,222); }

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

border-color css

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

 span { border-color: rgb(224,189,222); }

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