Html Css Color HEX #EFB3EB French Lilac

📋 copy color: '#EFB3EB'

red 239 ◦ green 179 ◦ blue 235

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

Shades of French Lilac #EFB3EB

Tints of French Lilac #EFB3EB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.41%

 BLUE value IS 235 (92.19% from 255) = 35.99%

R = 36.6%
G = 27.41%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFB3EB (or 0xEFB3EB) is known color: French Lilac. HEX triplet: EF, B3 and EB. RGB value is (239,179,235). Sum of RGB (Red+Green+Blue) = 239+179+235=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 179 (70.31% from 255 or 27.41% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB3EB is #104C14. Grayscale: #CBCBCB. Windows color (decimal): -1068053 or 15447023. OLE color: 15447023.

HSL color Cylindrical-coordinate representation of color #EFB3EB: hue angle of 304º 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 #EFB3EB is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 179 235 -
CMYK 0 0.25 0.02 0.06
HSL 304º 0.65% 0.82% -
HSV(B) 304º 0.25% 0.94% -
XYZ 66.71 56.59 86 -
YUV 203.32 145.88 153.45 -
System Red Green Blue C M Y K H S L
Decimal 239 179 235 0 0.25 0.02 0.06 304 0.65 0.82
Hex EF B3 EB 0 19 2 6 130 41 52
Octal 357 263 353 0 31 2 6 460 101 122
Binary 11101111 10110011 11101011 0 11001 10 110 100110000 1000001 1010010

Color Harmonies of #EFB3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB3EB

Black with #EFB3EB

Text Example


Text Example

White with #EFB3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB3EB; }

 p { color: rgb(239,179,235); }

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

background-color css

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

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

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

border-color css

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

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

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