Html Css Color HEX #EFB5E7 French Lilac

📋 copy color: '#EFB5E7'

red 239 ◦ green 181 ◦ blue 231

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

Shades of French Lilac #EFB5E7

Tints of French Lilac #EFB5E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.48%

R = 36.71%
G = 27.8%
B = 35.48%

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

#EFB5E7 (or 0xEFB5E7) is known color: French Lilac. HEX triplet: EF, B5 and E7. RGB value is (239,181,231). Sum of RGB (Red+Green+Blue) = 239+181+231=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 181 (71.09% from 255 or 27.80% from 651); Blue value is 231 (90.62% from 255 or 35.48% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB5E7 is #104A18. Grayscale: #CBCBCB. Windows color (decimal): -1067545 or 15185391. OLE color: 15185391.

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

Color convert

RGB 239 181 231 -
CMYK 0 0.24 0.03 0.06
HSL 308.28º 0.64% 0.82% -
HSV(B) 308.28º 0.24% 0.94% -
XYZ 66.54 57.17 83.13 -
YUV 204.04 143.22 152.93 -
System Red Green Blue C M Y K H S L
Decimal 239 181 231 0 0.24 0.03 0.06 308.28 0.64 0.82
Hex EF B5 E7 0 18 3 6 134 40 52
Octal 357 265 347 0 30 3 6 464 100 122
Binary 11101111 10110101 11100111 0 11000 11 110 100110100 1000000 1010010

Color Harmonies of #EFB5E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB5E7

Black with #EFB5E7

Text Example


Text Example

White with #EFB5E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB5E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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