Html Css Color HEX #EFBFE6 French Lilac

📋 copy color: '#EFBFE6'

red 239 ◦ green 191 ◦ blue 230

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

Shades of French Lilac #EFBFE6

Tints of French Lilac #EFBFE6

RGB

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

 GREEN value IS 191 (75% from 255) = 28.94%

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

R = 36.21%
G = 28.94%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EFBFE6 (or 0xEFBFE6) is known color: French Lilac. HEX triplet: EF, BF and E6. RGB value is (239,191,230). Sum of RGB (Red+Green+Blue) = 239+191+230=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 191 (75% from 255 or 28.94% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBFE6 is #104019. Grayscale: #D1D1D1. Windows color (decimal): -1064986 or 15122415. OLE color: 15122415.

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

Color convert

RGB 239 191 230 -
CMYK 0 0.20 0.04 0.06
HSL 311.25º 0.6% 0.84% -
HSV(B) 311.25º 0.2% 0.94% -
XYZ 68.51 61.33 83.09 -
YUV 209.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 239 191 230 0 0.20 0.04 0.06 311.25 0.6 0.84
Hex EF BF E6 0 14 4 6 137 3C 54
Octal 357 277 346 0 24 4 6 467 74 124
Binary 11101111 10111111 11100110 0 10100 100 110 100110111 111100 1010100

Color Harmonies of #EFBFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFE6

Black with #EFBFE6

Text Example


Text Example

White with #EFBFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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