Html Css Color HEX #EFB9E6 French Lilac

📋 copy color: '#EFB9E6'

red 239 ◦ green 185 ◦ blue 230

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

Shades of French Lilac #EFB9E6

Tints of French Lilac #EFB9E6

RGB

 RED value IS 239 (93.75% from 255) = 36.54%

 GREEN value IS 185 (72.66% from 255) = 28.29%

 BLUE value IS 230 (90.23% from 255) = 35.17%

R = 36.54%
G = 28.29%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EFB9E6 (or 0xEFB9E6) is known color: French Lilac. HEX triplet: EF, B9 and E6. RGB value is (239,185,230). Sum of RGB (Red+Green+Blue) = 239+185+230=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 185 (72.66% from 255 or 28.29% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB9E6 is #104619. Grayscale: #CECECE. Windows color (decimal): -1066522 or 15120879. OLE color: 15120879.

HSL color Cylindrical-coordinate representation of color #EFB9E6: hue angle of 310º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFB9E6 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 185 230 -
CMYK 0 0.23 0.04 0.06
HSL 310º 0.63% 0.83% -
HSV(B) 310º 0.23% 0.94% -
XYZ 67.23 58.76 82.66 -
YUV 206.28 141.39 151.34 -
System Red Green Blue C M Y K H S L
Decimal 239 185 230 0 0.23 0.04 0.06 310 0.63 0.83
Hex EF B9 E6 0 17 4 6 136 3F 53
Octal 357 271 346 0 27 4 6 466 77 123
Binary 11101111 10111001 11100110 0 10111 100 110 100110110 111111 1010011

Color Harmonies of #EFB9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB9E6

Black with #EFB9E6

Text Example


Text Example

White with #EFB9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB9E6; }

 p { color: rgb(239,185,230); }

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

background-color css

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

 a { background-color: rgb(239,185,230); }

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

border-color css

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

 span { border-color: rgb(239,185,230); }

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