Html Css Color HEX #EFB4E7 French Lilac

📋 copy color: '#EFB4E7'

red 239 ◦ green 180 ◦ blue 231

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

Shades of French Lilac #EFB4E7

Tints of French Lilac #EFB4E7

RGB

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

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

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

R = 36.77%
G = 27.69%
B = 35.54%

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

#EFB4E7 (or 0xEFB4E7) is known color: French Lilac. HEX triplet: EF, B4 and E7. RGB value is (239,180,231). Sum of RGB (Red+Green+Blue) = 239+180+231=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 180 (70.70% from 255 or 27.69% from 650); Blue value is 231 (90.62% from 255 or 35.54% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB4E7 is #104B18. Grayscale: #CBCBCB. Windows color (decimal): -1067801 or 15185135. OLE color: 15185135.

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

Color convert

RGB 239 180 231 -
CMYK 0 0.25 0.03 0.06
HSL 308.14º 0.65% 0.82% -
HSV(B) 308.14º 0.25% 0.94% -
XYZ 66.34 56.76 83.06 -
YUV 203.46 143.55 153.35 -
System Red Green Blue C M Y K H S L
Decimal 239 180 231 0 0.25 0.03 0.06 308.14 0.65 0.82
Hex EF B4 E7 0 19 3 6 134 41 52
Octal 357 264 347 0 31 3 6 464 101 122
Binary 11101111 10110100 11100111 0 11001 11 110 100110100 1000001 1010010

Color Harmonies of #EFB4E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB4E7

Black with #EFB4E7

Text Example


Text Example

White with #EFB4E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB4E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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