Html Css Color HEX #EFBBE6 French Lilac

📋 copy color: '#EFBBE6'

red 239 ◦ green 187 ◦ blue 230

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

Shades of French Lilac #EFBBE6

Tints of French Lilac #EFBBE6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.51%

 BLUE value IS 230 (90.23% from 255) = 35.06%

R = 36.43%
G = 28.51%
B = 35.06%

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

#EFBBE6 (or 0xEFBBE6) is known color: French Lilac. HEX triplet: EF, BB and E6. RGB value is (239,187,230). Sum of RGB (Red+Green+Blue) = 239+187+230=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 187 (73.44% from 255 or 28.51% from 656); Blue value is 230 (90.23% from 255 or 35.06% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBBE6 is #104419. Grayscale: #CFCFCF. Windows color (decimal): -1066010 or 15121391. OLE color: 15121391.

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

Color convert

RGB 239 187 230 -
CMYK 0 0.22 0.04 0.06
HSL 310.38º 0.62% 0.84% -
HSV(B) 310.38º 0.22% 0.94% -
XYZ 67.65 59.6 82.8 -
YUV 207.45 140.73 150.5 -
System Red Green Blue C M Y K H S L
Decimal 239 187 230 0 0.22 0.04 0.06 310.38 0.62 0.84
Hex EF BB E6 0 16 4 6 136 3E 54
Octal 357 273 346 0 26 4 6 466 76 124
Binary 11101111 10111011 11100110 0 10110 100 110 100110110 111110 1010100

Color Harmonies of #EFBBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBE6

Black with #EFBBE6

Text Example


Text Example

White with #EFBBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBE6; }

 p { color: rgb(239,187,230); }

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

background-color css

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

 a { background-color: rgb(239,187,230); }

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

border-color css

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

 span { border-color: rgb(239,187,230); }

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