Html Css Color HEX #EFBFEB French Lilac

📋 copy color: '#EFBFEB'

red 239 ◦ green 191 ◦ blue 235

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

Shades of French Lilac #EFBFEB

Tints of French Lilac #EFBFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.34%

R = 35.94%
G = 28.72%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFBFEB (or 0xEFBFEB) is known color: French Lilac. HEX triplet: EF, BF and EB. RGB value is (239,191,235). Sum of RGB (Red+Green+Blue) = 239+191+235=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 191 (75% from 255 or 28.72% from 665); Blue value is 235 (92.19% from 255 or 35.34% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBFEB is #104014. Grayscale: #D2D2D2. Windows color (decimal): -1064981 or 15450095. OLE color: 15450095.

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

Color convert

RGB 239 191 235 -
CMYK 0 0.20 0.02 0.06
HSL 305º 0.6% 0.84% -
HSV(B) 305º 0.2% 0.94% -
XYZ 69.22 61.61 86.84 -
YUV 210.37 141.9 148.42 -
System Red Green Blue C M Y K H S L
Decimal 239 191 235 0 0.20 0.02 0.06 305 0.6 0.84
Hex EF BF EB 0 14 2 6 131 3C 54
Octal 357 277 353 0 24 2 6 461 74 124
Binary 11101111 10111111 11101011 0 10100 10 110 100110001 111100 1010100

Color Harmonies of #EFBFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFEB

Black with #EFBFEB

Text Example


Text Example

White with #EFBFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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