Html Css Color HEX #EFB5E9 French Lilac

📋 copy color: '#EFB5E9'

red 239 ◦ green 181 ◦ blue 233

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

Shades of French Lilac #EFB5E9

Tints of French Lilac #EFB5E9

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.72%

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

R = 36.6%
G = 27.72%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EFB5E9 (or 0xEFB5E9) is known color: French Lilac. HEX triplet: EF, B5 and E9. RGB value is (239,181,233). Sum of RGB (Red+Green+Blue) = 239+181+233=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 181 (71.09% from 255 or 27.72% from 653); Blue value is 233 (91.41% from 255 or 35.68% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB5E9 is #104A16. Grayscale: #CCCCCC. Windows color (decimal): -1067543 or 15316463. OLE color: 15316463.

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

Color convert

RGB 239 181 233 -
CMYK 0 0.24 0.03 0.06
HSL 306.21º 0.64% 0.82% -
HSV(B) 306.21º 0.24% 0.94% -
XYZ 66.83 57.28 84.63 -
YUV 204.27 144.22 152.77 -
System Red Green Blue C M Y K H S L
Decimal 239 181 233 0 0.24 0.03 0.06 306.21 0.64 0.82
Hex EF B5 E9 0 18 3 6 132 40 52
Octal 357 265 351 0 30 3 6 462 100 122
Binary 11101111 10110101 11101001 0 11000 11 110 100110010 1000000 1010010

Color Harmonies of #EFB5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB5E9

Black with #EFB5E9

Text Example


Text Example

White with #EFB5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB5E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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