Html Css Color HEX #E6BAE5 French Lilac

📋 copy color: '#E6BAE5'

red 230 ◦ green 186 ◦ blue 229

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

Shades of French Lilac #E6BAE5

Tints of French Lilac #E6BAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.5%

R = 35.66%
G = 28.84%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.00

 K value IS 0.10

RGB Variations

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

Color information

#E6BAE5 (or 0xE6BAE5) is known color: French Lilac. HEX triplet: E6, BA and E5. RGB value is (230,186,229). Sum of RGB (Red+Green+Blue) = 230+186+229=645 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.66% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BAE5 is #19451A. Grayscale: #CBCBCB. Windows color (decimal): -1656091 or 15055590. OLE color: 15055590.

HSL color Cylindrical-coordinate representation of color #E6BAE5: hue angle of 301.36º 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 #E6BAE5 is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 186 229 -
CMYK 0 0.19 0.00 0.10
HSL 301.36º 0.47% 0.82% -
HSV(B) 301.36º 0.19% 0.9% -
XYZ 64.33 57.6 81.86 -
YUV 204.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 230 186 229 0 0.19 0.00 0.10 301.36 0.47 0.82
Hex E6 BA E5 0 13 0 A 12D 2F 52
Octal 346 272 345 0 23 0 12 455 57 122
Binary 11100110 10111010 11100101 0 10011 0 1010 100101101 101111 1010010

Color Harmonies of #E6BAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BAE5

Black with #E6BAE5

Text Example


Text Example

White with #E6BAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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