Html Css Color HEX #EFB5EC French Lilac

📋 copy color: '#EFB5EC'

red 239 ◦ green 181 ◦ blue 236

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

Shades of French Lilac #EFB5EC

Tints of French Lilac #EFB5EC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.59%

 BLUE value IS 236 (92.58% from 255) = 35.98%

R = 36.43%
G = 27.59%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFB5EC (or 0xEFB5EC) is known color: French Lilac. HEX triplet: EF, B5 and EC. RGB value is (239,181,236). Sum of RGB (Red+Green+Blue) = 239+181+236=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 181 (71.09% from 255 or 27.59% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB5EC is #104A13. Grayscale: #CCCCCC. Windows color (decimal): -1067540 or 15513071. OLE color: 15513071.

HSL color Cylindrical-coordinate representation of color #EFB5EC: hue angle of 303.1º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB5EC is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 181 236 -
CMYK 0 0.24 0.01 0.06
HSL 303.1º 0.64% 0.82% -
HSV(B) 303.1º 0.24% 0.94% -
XYZ 67.26 57.45 86.9 -
YUV 204.61 145.72 152.53 -
System Red Green Blue C M Y K H S L
Decimal 239 181 236 0 0.24 0.01 0.06 303.1 0.64 0.82
Hex EF B5 EC 0 18 1 6 12F 40 52
Octal 357 265 354 0 30 1 6 457 100 122
Binary 11101111 10110101 11101100 0 11000 1 110 100101111 1000000 1010010

Color Harmonies of #EFB5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB5EC

Black with #EFB5EC

Text Example


Text Example

White with #EFB5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB5EC; }

 p { color: rgb(239,181,236); }

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

background-color css

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

 a { background-color: rgb(239,181,236); }

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

border-color css

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

 span { border-color: rgb(239,181,236); }

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