Html Css Color HEX #EFB6EA French Lilac

📋 copy color: '#EFB6EA'

red 239 ◦ green 182 ◦ blue 234

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

Shades of French Lilac #EFB6EA

Tints of French Lilac #EFB6EA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.79%

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

R = 36.49%
G = 27.79%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFB6EA (or 0xEFB6EA) is known color: French Lilac. HEX triplet: EF, B6 and EA. RGB value is (239,182,234). Sum of RGB (Red+Green+Blue) = 239+182+234=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 182 (71.48% from 255 or 27.79% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB6EA is #104915. Grayscale: #CCCCCC. Windows color (decimal): -1067286 or 15382255. OLE color: 15382255.

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

Color convert

RGB 239 182 234 -
CMYK 0 0.24 0.02 0.06
HSL 305.26º 0.64% 0.83% -
HSV(B) 305.26º 0.24% 0.94% -
XYZ 67.18 57.75 85.45 -
YUV 204.97 144.38 152.27 -
System Red Green Blue C M Y K H S L
Decimal 239 182 234 0 0.24 0.02 0.06 305.26 0.64 0.83
Hex EF B6 EA 0 18 2 6 131 40 53
Octal 357 266 352 0 30 2 6 461 100 123
Binary 11101111 10110110 11101010 0 11000 10 110 100110001 1000000 1010011

Color Harmonies of #EFB6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB6EA

Black with #EFB6EA

Text Example


Text Example

White with #EFB6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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