Html Css Color HEX #E8BADE French Lilac

📋 copy color: '#E8BADE'

red 232 ◦ green 186 ◦ blue 222

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

Shades of French Lilac #E8BADE

Tints of French Lilac #E8BADE

RGB

 RED value IS 232 (91.02% from 255) = 36.25%

 GREEN value IS 186 (73.05% from 255) = 29.06%

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

R = 36.25%
G = 29.06%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E8BADE (or 0xE8BADE) is known color: French Lilac. HEX triplet: E8, BA and DE. RGB value is (232,186,222). Sum of RGB (Red+Green+Blue) = 232+186+222=640 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.25% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BADE is #174521. Grayscale: #CBCBCB. Windows color (decimal): -1525026 or 14596840. OLE color: 14596840.

HSL color Cylindrical-coordinate representation of color #E8BADE: hue angle of 313.04º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8BADE is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 186 222 -
CMYK 0 0.20 0.04 0.09
HSL 313.04º 0.5% 0.82% -
HSV(B) 313.04º 0.2% 0.91% -
XYZ 64.02 57.55 76.84 -
YUV 203.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 232 186 222 0 0.20 0.04 0.09 313.04 0.5 0.82
Hex E8 BA DE 0 14 4 9 139 32 52
Octal 350 272 336 0 24 4 11 471 62 122
Binary 11101000 10111010 11011110 0 10100 100 1001 100111001 110010 1010010

Color Harmonies of #E8BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BADE

Black with #E8BADE

Text Example


Text Example

White with #E8BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BADE; }

 p { color: rgb(232,186,222); }

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

background-color css

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

 a { background-color: rgb(232,186,222); }

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

border-color css

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

 span { border-color: rgb(232,186,222); }

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