Html Css Color HEX #E0BDDA French Lilac

📋 copy color: '#E0BDDA'

red 224 ◦ green 189 ◦ blue 218

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

Shades of French Lilac #E0BDDA

Tints of French Lilac #E0BDDA

RGB

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

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

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

R = 35.5%
G = 29.95%
B = 34.55%

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

#E0BDDA (or 0xE0BDDA) is known color: French Lilac. HEX triplet: E0, BD and DA. RGB value is (224,189,218). Sum of RGB (Red+Green+Blue) = 224+189+218=631 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.50% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDDA is #1F4225. Grayscale: #CACACA. Windows color (decimal): -2048550 or 14335456. OLE color: 14335456.

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

Color convert

RGB 224 189 218 -
CMYK 0 0.16 0.03 0.12
HSL 310.29º 0.36% 0.81% -
HSV(B) 310.29º 0.16% 0.88% -
XYZ 61.59 57.3 74.14 -
YUV 202.77 136.6 143.14 -
System Red Green Blue C M Y K H S L
Decimal 224 189 218 0 0.16 0.03 0.12 310.29 0.36 0.81
Hex E0 BD DA 0 10 3 C 136 24 51
Octal 340 275 332 0 20 3 14 466 44 121
Binary 11100000 10111101 11011010 0 10000 11 1100 100110110 100100 1010001

Color Harmonies of #E0BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BDDA

Black with #E0BDDA

Text Example


Text Example

White with #E0BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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