Html Css Color HEX #EFB3E2 French Lilac

📋 copy color: '#EFB3E2'

red 239 ◦ green 179 ◦ blue 226

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

Shades of French Lilac #EFB3E2

Tints of French Lilac #EFB3E2

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.8%

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

R = 37.11%
G = 27.8%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFB3E2 (or 0xEFB3E2) is known color: French Lilac. HEX triplet: EF, B3 and E2. RGB value is (239,179,226). Sum of RGB (Red+Green+Blue) = 239+179+226=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 179 (70.31% from 255 or 27.80% from 644); Blue value is 226 (88.67% from 255 or 35.09% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB3E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB3E2 is #104C1D. Grayscale: #CACACA. Windows color (decimal): -1068062 or 14857199. OLE color: 14857199.

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

Color convert

RGB 239 179 226 -
CMYK 0 0.25 0.05 0.06
HSL 313º 0.65% 0.82% -
HSV(B) 313º 0.25% 0.94% -
XYZ 65.44 56.08 79.33 -
YUV 202.3 141.38 154.18 -
System Red Green Blue C M Y K H S L
Decimal 239 179 226 0 0.25 0.05 0.06 313 0.65 0.82
Hex EF B3 E2 0 19 5 6 139 41 52
Octal 357 263 342 0 31 5 6 471 101 122
Binary 11101111 10110011 11100010 0 11001 101 110 100111001 1000001 1010010

Color Harmonies of #EFB3E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB3E2

Black with #EFB3E2

Text Example


Text Example

White with #EFB3E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB3E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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