Html Css Color HEX #EFBAED French Lilac

📋 copy color: '#EFBAED'

red 239 ◦ green 186 ◦ blue 237

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

Shades of French Lilac #EFBAED

Tints of French Lilac #EFBAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.8%

R = 36.1%
G = 28.1%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFBAED (or 0xEFBAED) is known color: French Lilac. HEX triplet: EF, BA and ED. RGB value is (239,186,237). Sum of RGB (Red+Green+Blue) = 239+186+237=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 237 (92.97% from 255 or 35.80% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBAED is #104512. Grayscale: #CFCFCF. Windows color (decimal): -1066259 or 15579887. OLE color: 15579887.

HSL color Cylindrical-coordinate representation of color #EFBAED: hue angle of 302.26º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBAED is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 186 237 -
CMYK 0 0.22 0.01 0.06
HSL 302.26º 0.62% 0.83% -
HSV(B) 302.26º 0.22% 0.94% -
XYZ 68.44 59.58 88.01 -
YUV 207.66 144.56 150.35 -
System Red Green Blue C M Y K H S L
Decimal 239 186 237 0 0.22 0.01 0.06 302.26 0.62 0.83
Hex EF BA ED 0 16 1 6 12E 3E 53
Octal 357 272 355 0 26 1 6 456 76 123
Binary 11101111 10111010 11101101 0 10110 1 110 100101110 111110 1010011

Color Harmonies of #EFBAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBAED

Black with #EFBAED

Text Example


Text Example

White with #EFBAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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