Html Css Color HEX #E6BAE2 French Lilac

📋 copy color: '#E6BAE2'

red 230 ◦ green 186 ◦ blue 226

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

Shades of French Lilac #E6BAE2

Tints of French Lilac #E6BAE2

RGB

 RED value IS 230 (90.23% from 255) = 35.83%

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

 BLUE value IS 226 (88.67% from 255) = 35.2%

R = 35.83%
G = 28.97%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E6BAE2 (or 0xE6BAE2) is known color: French Lilac. HEX triplet: E6, BA and E2. RGB value is (230,186,226). Sum of RGB (Red+Green+Blue) = 230+186+226=642 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.83% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 226 (88.67% from 255 or 35.20% from 642); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BAE2 is #19451D. Grayscale: #CBCBCB. Windows color (decimal): -1656094 or 14858982. OLE color: 14858982.

HSL color Cylindrical-coordinate representation of color #E6BAE2: hue angle of 305.45º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BAE2 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 186 226 -
CMYK 0 0.19 0.02 0.10
HSL 305.45º 0.47% 0.82% -
HSV(B) 305.45º 0.19% 0.9% -
XYZ 63.92 57.43 79.67 -
YUV 203.72 140.58 146.75 -
System Red Green Blue C M Y K H S L
Decimal 230 186 226 0 0.19 0.02 0.10 305.45 0.47 0.82
Hex E6 BA E2 0 13 2 A 131 2F 52
Octal 346 272 342 0 23 2 12 461 57 122
Binary 11100110 10111010 11100010 0 10011 10 1010 100110001 101111 1010010

Color Harmonies of #E6BAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BAE2

Black with #E6BAE2

Text Example


Text Example

White with #E6BAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BAE2; }

 p { color: rgb(230,186,226); }

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

background-color css

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

 a { background-color: rgb(230,186,226); }

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

border-color css

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

 span { border-color: rgb(230,186,226); }

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