Html Css Color HEX #E6BADF French Lilac

📋 copy color: '#E6BADF'

red 230 ◦ green 186 ◦ blue 223

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

Shades of French Lilac #E6BADF

Tints of French Lilac #E6BADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.9%

R = 35.99%
G = 29.11%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E6BADF (or 0xE6BADF) is known color: French Lilac. HEX triplet: E6, BA and DF. RGB value is (230,186,223). Sum of RGB (Red+Green+Blue) = 230+186+223=639 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.99% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BADF is #194520. Grayscale: #CBCBCB. Windows color (decimal): -1656097 or 14662374. OLE color: 14662374.

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

Color convert

RGB 230 186 223 -
CMYK 0 0.19 0.03 0.10
HSL 309.55º 0.47% 0.82% -
HSV(B) 309.55º 0.19% 0.9% -
XYZ 63.51 57.27 77.52 -
YUV 203.37 139.08 146.99 -
System Red Green Blue C M Y K H S L
Decimal 230 186 223 0 0.19 0.03 0.10 309.55 0.47 0.82
Hex E6 BA DF 0 13 3 A 136 2F 52
Octal 346 272 337 0 23 3 12 466 57 122
Binary 11100110 10111010 11011111 0 10011 11 1010 100110110 101111 1010010

Color Harmonies of #E6BADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BADF

Black with #E6BADF

Text Example


Text Example

White with #E6BADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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