Html Css Color HEX #EFB9F2 French Lilac

📋 copy color: '#EFB9F2'

red 239 ◦ green 185 ◦ blue 242

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

Shades of French Lilac #EFB9F2

Tints of French Lilac #EFB9F2

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.78%

 BLUE value IS 242 (94.92% from 255) = 36.34%

R = 35.89%
G = 27.78%
B = 36.34%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFB9F2 (or 0xEFB9F2) is known color: French Lilac. HEX triplet: EF, B9 and F2. RGB value is (239,185,242). Sum of RGB (Red+Green+Blue) = 239+185+242=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 185 (72.66% from 255 or 27.78% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFB9F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB9F2 is #10460D. Grayscale: #CFCFCF. Windows color (decimal): -1066510 or 15907311. OLE color: 15907311.

HSL color Cylindrical-coordinate representation of color #EFB9F2: hue angle of 296.84º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB9F2 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 185 242 -
CMYK 0.01 0.24 0 0.05
HSL 296.84º 0.69% 0.84% -
HSV(B) 296.84º 0.24% 0.95% -
XYZ 68.97 59.46 91.85 -
YUV 207.64 147.39 150.37 -
System Red Green Blue C M Y K H S L
Decimal 239 185 242 0.01 0.24 0 0.05 296.84 0.69 0.84
Hex EF B9 F2 1 18 0 5 129 45 54
Octal 357 271 362 1 30 0 5 451 105 124
Binary 11101111 10111001 11110010 1 11000 0 101 100101001 1000101 1010100

Color Harmonies of #EFB9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB9F2

Black with #EFB9F2

Text Example


Text Example

White with #EFB9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB9F2; }

 p { color: rgb(239,185,242); }

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

background-color css

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

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

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

border-color css

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

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

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