Html Css Color HEX #E0BFDA French Lilac

📋 copy color: '#E0BFDA'

red 224 ◦ green 191 ◦ blue 218

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

Shades of French Lilac #E0BFDA

Tints of French Lilac #E0BFDA

RGB

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

 GREEN value IS 191 (75% from 255) = 30.17%

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

R = 35.39%
G = 30.17%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E0BFDA (or 0xE0BFDA) is known color: French Lilac. HEX triplet: E0, BF and DA. RGB value is (224,191,218). Sum of RGB (Red+Green+Blue) = 224+191+218=633 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.39% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BFDA is #1F4025. Grayscale: #CBCBCB. Windows color (decimal): -2048038 or 14335968. OLE color: 14335968.

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

Color convert

RGB 224 191 218 -
CMYK 0 0.15 0.03 0.12
HSL 310.91º 0.35% 0.81% -
HSV(B) 310.91º 0.15% 0.88% -
XYZ 62.03 58.17 74.29 -
YUV 203.95 135.93 142.3 -
System Red Green Blue C M Y K H S L
Decimal 224 191 218 0 0.15 0.03 0.12 310.91 0.35 0.81
Hex E0 BF DA 0 F 3 C 137 23 51
Octal 340 277 332 0 17 3 14 467 43 121
Binary 11100000 10111111 11011010 0 1111 11 1100 100110111 100011 1010001

Color Harmonies of #E0BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BFDA

Black with #E0BFDA

Text Example


Text Example

White with #E0BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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