Html Css Color HEX #EFB4E9 French Lilac

📋 copy color: '#EFB4E9'

red 239 ◦ green 180 ◦ blue 233

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

Shades of French Lilac #EFB4E9

Tints of French Lilac #EFB4E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 35.74%

R = 36.66%
G = 27.61%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EFB4E9 (or 0xEFB4E9) is known color: French Lilac. HEX triplet: EF, B4 and E9. RGB value is (239,180,233). Sum of RGB (Red+Green+Blue) = 239+180+233=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 180 (70.70% from 255 or 27.61% from 652); Blue value is 233 (91.41% from 255 or 35.74% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB4E9 is #104B16. Grayscale: #CBCBCB. Windows color (decimal): -1067799 or 15316207. OLE color: 15316207.

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

Color convert

RGB 239 180 233 -
CMYK 0 0.25 0.03 0.06
HSL 306.1º 0.65% 0.82% -
HSV(B) 306.1º 0.25% 0.94% -
XYZ 66.63 56.88 84.56 -
YUV 203.68 144.55 153.19 -
System Red Green Blue C M Y K H S L
Decimal 239 180 233 0 0.25 0.03 0.06 306.1 0.65 0.82
Hex EF B4 E9 0 19 3 6 132 41 52
Octal 357 264 351 0 31 3 6 462 101 122
Binary 11101111 10110100 11101001 0 11001 11 110 100110010 1000001 1010010

Color Harmonies of #EFB4E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB4E9

Black with #EFB4E9

Text Example


Text Example

White with #EFB4E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB4E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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