Html Css Color HEX #E0BDD5 French Lilac

📋 copy color: '#E0BDD5'

red 224 ◦ green 189 ◦ blue 213

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

Shades of French Lilac #E0BDD5

Tints of French Lilac #E0BDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.03%

R = 35.78%
G = 30.19%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E0BDD5 (or 0xE0BDD5) is known color: French Lilac. HEX triplet: E0, BD and D5. RGB value is (224,189,213). Sum of RGB (Red+Green+Blue) = 224+189+213=626 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.78% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDD5 is #1F422A. Grayscale: #CACACA. Windows color (decimal): -2048555 or 14007776. OLE color: 14007776.

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

Color convert

RGB 224 189 213 -
CMYK 0 0.16 0.05 0.12
HSL 318.86º 0.36% 0.81% -
HSV(B) 318.86º 0.16% 0.88% -
XYZ 60.95 57.05 70.75 -
YUV 202.2 134.1 143.55 -
System Red Green Blue C M Y K H S L
Decimal 224 189 213 0 0.16 0.05 0.12 318.86 0.36 0.81
Hex E0 BD D5 0 10 5 C 13F 24 51
Octal 340 275 325 0 20 5 14 477 44 121
Binary 11100000 10111101 11010101 0 10000 101 1100 100111111 100100 1010001

Color Harmonies of #E0BDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BDD5

Black with #E0BDD5

Text Example


Text Example

White with #E0BDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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