Html Css Color HEX #EFBFE2 French Lilac

📋 copy color: '#EFBFE2'

red 239 ◦ green 191 ◦ blue 226

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

Shades of French Lilac #EFBFE2

Tints of French Lilac #EFBFE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.45%

R = 36.43%
G = 29.12%
B = 34.45%

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

#EFBFE2 (or 0xEFBFE2) is known color: French Lilac. HEX triplet: EF, BF and E2. RGB value is (239,191,226). Sum of RGB (Red+Green+Blue) = 239+191+226=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 191 (75% from 255 or 29.12% from 656); Blue value is 226 (88.67% from 255 or 34.45% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFE2 is #10401D. Grayscale: #D1D1D1. Windows color (decimal): -1064990 or 14860271. OLE color: 14860271.

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

Color convert

RGB 239 191 226 -
CMYK 0 0.20 0.05 0.06
HSL 316.25º 0.6% 0.84% -
HSV(B) 316.25º 0.2% 0.94% -
XYZ 67.95 61.1 80.16 -
YUV 209.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 239 191 226 0 0.20 0.05 0.06 316.25 0.6 0.84
Hex EF BF E2 0 14 5 6 13C 3C 54
Octal 357 277 342 0 24 5 6 474 74 124
Binary 11101111 10111111 11100010 0 10100 101 110 100111100 111100 1010100

Color Harmonies of #EFBFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFE2

Black with #EFBFE2

Text Example


Text Example

White with #EFBFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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