Html Css Color HEX #E6BADC French Lilac

📋 copy color: '#E6BADC'

red 230 ◦ green 186 ◦ blue 220

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

Shades of French Lilac #E6BADC

Tints of French Lilac #E6BADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.59%

R = 36.16%
G = 29.25%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E6BADC (or 0xE6BADC) is known color: French Lilac. HEX triplet: E6, BA and DC. RGB value is (230,186,220). Sum of RGB (Red+Green+Blue) = 230+186+220=636 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.16% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BADC is #194523. Grayscale: #CACACA. Windows color (decimal): -1656100 or 14465766. OLE color: 14465766.

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

Color convert

RGB 230 186 220 -
CMYK 0 0.19 0.04 0.10
HSL 313.64º 0.47% 0.82% -
HSV(B) 313.64º 0.19% 0.9% -
XYZ 63.11 57.11 75.41 -
YUV 203.03 137.58 147.24 -
System Red Green Blue C M Y K H S L
Decimal 230 186 220 0 0.19 0.04 0.10 313.64 0.47 0.82
Hex E6 BA DC 0 13 4 A 13A 2F 52
Octal 346 272 334 0 23 4 12 472 57 122
Binary 11100110 10111010 11011100 0 10011 100 1010 100111010 101111 1010010

Color Harmonies of #E6BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BADC

Black with #E6BADC

Text Example


Text Example

White with #E6BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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