Html Css Color HEX #EFBFE3 French Lilac

📋 copy color: '#EFBFE3'

red 239 ◦ green 191 ◦ blue 227

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

Shades of French Lilac #EFBFE3

Tints of French Lilac #EFBFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.55%

R = 36.38%
G = 29.07%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFBFE3 (or 0xEFBFE3) is known color: French Lilac. HEX triplet: EF, BF and E3. RGB value is (239,191,227). Sum of RGB (Red+Green+Blue) = 239+191+227=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 191 (75% from 255 or 29.07% from 657); Blue value is 227 (89.06% from 255 or 34.55% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFE3 is #10401C. Grayscale: #D1D1D1. Windows color (decimal): -1064989 or 14925807. OLE color: 14925807.

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

Color convert

RGB 239 191 227 -
CMYK 0 0.20 0.05 0.06
HSL 315º 0.6% 0.84% -
HSV(B) 315º 0.2% 0.94% -
XYZ 68.09 61.16 80.89 -
YUV 209.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 239 191 227 0 0.20 0.05 0.06 315 0.6 0.84
Hex EF BF E3 0 14 5 6 13B 3C 54
Octal 357 277 343 0 24 5 6 473 74 124
Binary 11101111 10111111 11100011 0 10100 101 110 100111011 111100 1010100

Color Harmonies of #EFBFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFE3

Black with #EFBFE3

Text Example


Text Example

White with #EFBFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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