Html Css Color HEX #EFBAF0 French Lilac

📋 copy color: '#EFBAF0'

red 239 ◦ green 186 ◦ blue 240

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

Shades of French Lilac #EFBAF0

Tints of French Lilac #EFBAF0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27.97%

 BLUE value IS 240 (94.14% from 255) = 36.09%

R = 35.94%
G = 27.97%
B = 36.09%

CMYK

 C value IS 0.00

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFBAF0 (or 0xEFBAF0) is known color: French Lilac. HEX triplet: EF, BA and F0. RGB value is (239,186,240). Sum of RGB (Red+Green+Blue) = 239+186+240=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 186 (73.05% from 255 or 27.97% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFBAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBAF0 is #10450F. Grayscale: #CFCFCF. Windows color (decimal): -1066256 or 15776495. OLE color: 15776495.

HSL color Cylindrical-coordinate representation of color #EFBAF0: hue angle of 298.89º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFBAF0 is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 186 240 -
CMYK 0.00 0.22 0 0.06
HSL 298.89º 0.64% 0.84% -
HSV(B) 298.89º 0.23% 0.94% -
XYZ 68.88 59.76 90.34 -
YUV 208 146.06 150.11 -
System Red Green Blue C M Y K H S L
Decimal 239 186 240 0.00 0.22 0 0.06 298.89 0.64 0.84
Hex EF BA F0 0 16 0 6 12B 40 54
Octal 357 272 360 0 26 0 6 453 100 124
Binary 11101111 10111010 11110000 0 10110 0 110 100101011 1000000 1010100

Color Harmonies of #EFBAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBAF0

Black with #EFBAF0

Text Example


Text Example

White with #EFBAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBAF0; }

 p { color: rgb(239,186,240); }

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

background-color css

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

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

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

border-color css

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

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

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