Html Css Color HEX #EFBFEA French Lilac

📋 copy color: '#EFBFEA'

red 239 ◦ green 191 ◦ blue 234

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

Shades of French Lilac #EFBFEA

Tints of French Lilac #EFBFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.24%

R = 35.99%
G = 28.77%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFBFEA (or 0xEFBFEA) is known color: French Lilac. HEX triplet: EF, BF and EA. RGB value is (239,191,234). Sum of RGB (Red+Green+Blue) = 239+191+234=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 191 (75% from 255 or 28.77% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBFEA is #104015. Grayscale: #D2D2D2. Windows color (decimal): -1064982 or 15384559. OLE color: 15384559.

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

Color convert

RGB 239 191 234 -
CMYK 0 0.20 0.02 0.06
HSL 306.25º 0.6% 0.84% -
HSV(B) 306.25º 0.2% 0.94% -
XYZ 69.08 61.55 86.08 -
YUV 210.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 239 191 234 0 0.20 0.02 0.06 306.25 0.6 0.84
Hex EF BF EA 0 14 2 6 132 3C 54
Octal 357 277 352 0 24 2 6 462 74 124
Binary 11101111 10111111 11101010 0 10100 10 110 100110010 111100 1010100

Color Harmonies of #EFBFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFEA

Black with #EFBFEA

Text Example


Text Example

White with #EFBFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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