Html Css Color HEX #EFB4EF French Lilac

📋 copy color: '#EFB4EF'

red 239 ◦ green 180 ◦ blue 239

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

Shades of French Lilac #EFB4EF

Tints of French Lilac #EFB4EF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.36%

 BLUE value IS 239 (93.75% from 255) = 36.32%

R = 36.32%
G = 27.36%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFB4EF (or 0xEFB4EF) is known color: French Lilac. HEX triplet: EF, B4 and EF. RGB value is (239,180,239). Sum of RGB (Red+Green+Blue) = 239+180+239=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 180 (70.70% from 255 or 27.36% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFB4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB4EF is #104B10. Grayscale: #CCCCCC. Windows color (decimal): -1067793 or 15709423. OLE color: 15709423.

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

Color convert

RGB 239 180 239 -
CMYK 0 0.25 0 0.06
HSL 300º 0.65% 0.82% -
HSV(B) 300º 0.25% 0.94% -
XYZ 67.5 57.23 89.15 -
YUV 204.37 147.55 152.7 -
System Red Green Blue C M Y K H S L
Decimal 239 180 239 0 0.25 0 0.06 300 0.65 0.82
Hex EF B4 EF 0 19 0 6 12C 41 52
Octal 357 264 357 0 31 0 6 454 101 122
Binary 11101111 10110100 11101111 0 11001 0 110 100101100 1000001 1010010

Color Harmonies of #EFB4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB4EF

Black with #EFB4EF

Text Example


Text Example

White with #EFB4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB4EF; }

 p { color: rgb(239,180,239); }

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

background-color css

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

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

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

border-color css

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

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

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