Html Css Color HEX #EFB4E6 French Lilac

📋 copy color: '#EFB4E6'

red 239 ◦ green 180 ◦ blue 230

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

Shades of French Lilac #EFB4E6

Tints of French Lilac #EFB4E6

RGB

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

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

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

R = 36.83%
G = 27.73%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EFB4E6 (or 0xEFB4E6) is known color: French Lilac. HEX triplet: EF, B4 and E6. RGB value is (239,180,230). Sum of RGB (Red+Green+Blue) = 239+180+230=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 180 (70.70% from 255 or 27.73% from 649); Blue value is 230 (90.23% from 255 or 35.44% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB4E6 is #104B19. Grayscale: #CBCBCB. Windows color (decimal): -1067802 or 15119599. OLE color: 15119599.

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

Color convert

RGB 239 180 230 -
CMYK 0 0.25 0.04 0.06
HSL 309.15º 0.65% 0.82% -
HSV(B) 309.15º 0.25% 0.94% -
XYZ 66.2 56.71 82.32 -
YUV 203.34 143.05 153.43 -
System Red Green Blue C M Y K H S L
Decimal 239 180 230 0 0.25 0.04 0.06 309.15 0.65 0.82
Hex EF B4 E6 0 19 4 6 135 41 52
Octal 357 264 346 0 31 4 6 465 101 122
Binary 11101111 10110100 11100110 0 11001 100 110 100110101 1000001 1010010

Color Harmonies of #EFB4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB4E6

Black with #EFB4E6

Text Example


Text Example

White with #EFB4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB4E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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