Html Css Color HEX #EFB4EB French Lilac

📋 copy color: '#EFB4EB'

red 239 ◦ green 180 ◦ blue 235

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

Shades of French Lilac #EFB4EB

Tints of French Lilac #EFB4EB

RGB

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

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

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

R = 36.54%
G = 27.52%
B = 35.93%

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

#EFB4EB (or 0xEFB4EB) is known color: French Lilac. HEX triplet: EF, B4 and EB. RGB value is (239,180,235). Sum of RGB (Red+Green+Blue) = 239+180+235=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 180 (70.70% from 255 or 27.52% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB4EB is #104B14. Grayscale: #CBCBCB. Windows color (decimal): -1067797 or 15447279. OLE color: 15447279.

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

Color convert

RGB 239 180 235 -
CMYK 0 0.25 0.02 0.06
HSL 304.07º 0.65% 0.82% -
HSV(B) 304.07º 0.25% 0.94% -
XYZ 66.91 56.99 86.07 -
YUV 203.91 145.55 153.03 -
System Red Green Blue C M Y K H S L
Decimal 239 180 235 0 0.25 0.02 0.06 304.07 0.65 0.82
Hex EF B4 EB 0 19 2 6 130 41 52
Octal 357 264 353 0 31 2 6 460 101 122
Binary 11101111 10110100 11101011 0 11001 10 110 100110000 1000001 1010010

Color Harmonies of #EFB4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB4EB

Black with #EFB4EB

Text Example


Text Example

White with #EFB4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB4EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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