Html Css Color HEX #EFBAE5 French Lilac

📋 copy color: '#EFBAE5'

red 239 ◦ green 186 ◦ blue 229

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

Shades of French Lilac #EFBAE5

Tints of French Lilac #EFBAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.02%

R = 36.54%
G = 28.44%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EFBAE5 (or 0xEFBAE5) is known color: French Lilac. HEX triplet: EF, BA and E5. RGB value is (239,186,229). Sum of RGB (Red+Green+Blue) = 239+186+229=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBAE5 is #10451A. Grayscale: #CECECE. Windows color (decimal): -1066267 or 15055599. OLE color: 15055599.

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

Color convert

RGB 239 186 229 -
CMYK 0 0.22 0.04 0.06
HSL 311.32º 0.62% 0.83% -
HSV(B) 311.32º 0.22% 0.94% -
XYZ 67.3 59.13 81.99 -
YUV 206.75 140.56 151 -
System Red Green Blue C M Y K H S L
Decimal 239 186 229 0 0.22 0.04 0.06 311.32 0.62 0.83
Hex EF BA E5 0 16 4 6 137 3E 53
Octal 357 272 345 0 26 4 6 467 76 123
Binary 11101111 10111010 11100101 0 10110 100 110 100110111 111110 1010011

Color Harmonies of #EFBAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBAE5

Black with #EFBAE5

Text Example


Text Example

White with #EFBAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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