Html Css Color HEX #EFB2EF French Lilac

📋 copy color: '#EFB2EF'

red 239 ◦ green 178 ◦ blue 239

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

Shades of French Lilac #EFB2EF

Tints of French Lilac #EFB2EF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.13%

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

R = 36.43%
G = 27.13%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFB2EF (or 0xEFB2EF) is known color: French Lilac. HEX triplet: EF, B2 and EF. RGB value is (239,178,239). Sum of RGB (Red+Green+Blue) = 239+178+239=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 178 (69.92% from 255 or 27.13% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFB2EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB2EF is #104D10. Grayscale: #CBCBCB. Windows color (decimal): -1068305 or 15708911. OLE color: 15708911.

HSL color Cylindrical-coordinate representation of color #EFB2EF: hue angle of 300º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB2EF is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 178 239 -
CMYK 0 0.26 0 0.06
HSL 300º 0.66% 0.82% -
HSV(B) 300º 0.26% 0.94% -
XYZ 67.1 56.42 89.02 -
YUV 203.19 148.21 153.54 -
System Red Green Blue C M Y K H S L
Decimal 239 178 239 0 0.26 0 0.06 300 0.66 0.82
Hex EF B2 EF 0 1A 0 6 12C 42 52
Octal 357 262 357 0 32 0 6 454 102 122
Binary 11101111 10110010 11101111 0 11010 0 110 100101100 1000010 1010010

Color Harmonies of #EFB2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB2EF

Black with #EFB2EF

Text Example


Text Example

White with #EFB2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB2EF; }

 p { color: rgb(239,178,239); }

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

background-color css

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

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

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

border-color css

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

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

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