Html Css Color HEX #EFBAEA French Lilac

📋 copy color: '#EFBAEA'

red 239 ◦ green 186 ◦ blue 234

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

Shades of French Lilac #EFBAEA

Tints of French Lilac #EFBAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.51%

R = 36.27%
G = 28.22%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFBAEA (or 0xEFBAEA) is known color: French Lilac. HEX triplet: EF, BA and EA. RGB value is (239,186,234). Sum of RGB (Red+Green+Blue) = 239+186+234=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 186 (73.05% from 255 or 28.22% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBAEA is #104515. Grayscale: #CFCFCF. Windows color (decimal): -1066262 or 15383279. OLE color: 15383279.

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

Color convert

RGB 239 186 234 -
CMYK 0 0.22 0.02 0.06
HSL 305.66º 0.62% 0.83% -
HSV(B) 305.66º 0.22% 0.94% -
XYZ 68.01 59.41 85.72 -
YUV 207.32 143.06 150.6 -
System Red Green Blue C M Y K H S L
Decimal 239 186 234 0 0.22 0.02 0.06 305.66 0.62 0.83
Hex EF BA EA 0 16 2 6 132 3E 53
Octal 357 272 352 0 26 2 6 462 76 123
Binary 11101111 10111010 11101010 0 10110 10 110 100110010 111110 1010011

Color Harmonies of #EFBAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBAEA

Black with #EFBAEA

Text Example


Text Example

White with #EFBAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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