Html Css Color HEX #E0BDD9 French Lilac

📋 copy color: '#E0BDD9'

red 224 ◦ green 189 ◦ blue 217

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

Shades of French Lilac #E0BDD9

Tints of French Lilac #E0BDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.44%

R = 35.56%
G = 30%
B = 34.44%

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

#E0BDD9 (or 0xE0BDD9) is known color: French Lilac. HEX triplet: E0, BD and D9. RGB value is (224,189,217). Sum of RGB (Red+Green+Blue) = 224+189+217=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 217 (85.16% from 255 or 34.44% from 630); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDD9 is #1F4226. Grayscale: #CACACA. Windows color (decimal): -2048551 or 14269920. OLE color: 14269920.

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

Color convert

RGB 224 189 217 -
CMYK 0 0.16 0.03 0.12
HSL 312º 0.36% 0.81% -
HSV(B) 312º 0.16% 0.88% -
XYZ 61.46 57.25 73.46 -
YUV 202.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 224 189 217 0 0.16 0.03 0.12 312 0.36 0.81
Hex E0 BD D9 0 10 3 C 138 24 51
Octal 340 275 331 0 20 3 14 470 44 121
Binary 11100000 10111101 11011001 0 10000 11 1100 100111000 100100 1010001

Color Harmonies of #E0BDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BDD9

Black with #E0BDD9

Text Example


Text Example

White with #E0BDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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