Html Css Color HEX #EFBFEC French Lilac

📋 copy color: '#EFBFEC'

red 239 ◦ green 191 ◦ blue 236

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

Shades of French Lilac #EFBFEC

Tints of French Lilac #EFBFEC

RGB

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

 GREEN value IS 191 (75% from 255) = 28.68%

 BLUE value IS 236 (92.58% from 255) = 35.44%

R = 35.89%
G = 28.68%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFBFEC (or 0xEFBFEC) is known color: French Lilac. HEX triplet: EF, BF and EC. RGB value is (239,191,236). Sum of RGB (Red+Green+Blue) = 239+191+236=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 191 (75% from 255 or 28.68% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBFEC is #104013. Grayscale: #D2D2D2. Windows color (decimal): -1064980 or 15515631. OLE color: 15515631.

HSL color Cylindrical-coordinate representation of color #EFBFEC: hue angle of 303.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFBFEC is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 191 236 -
CMYK 0 0.20 0.01 0.06
HSL 303.75º 0.6% 0.84% -
HSV(B) 303.75º 0.2% 0.94% -
XYZ 69.37 61.67 87.6 -
YUV 210.48 142.4 148.34 -
System Red Green Blue C M Y K H S L
Decimal 239 191 236 0 0.20 0.01 0.06 303.75 0.6 0.84
Hex EF BF EC 0 14 1 6 130 3C 54
Octal 357 277 354 0 24 1 6 460 74 124
Binary 11101111 10111111 11101100 0 10100 1 110 100110000 111100 1010100

Color Harmonies of #EFBFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFEC

Black with #EFBFEC

Text Example


Text Example

White with #EFBFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFEC; }

 p { color: rgb(239,191,236); }

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

background-color css

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

 a { background-color: rgb(239,191,236); }

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

border-color css

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

 span { border-color: rgb(239,191,236); }

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