Html Css Color HEX #EFBFE5 French Lilac

📋 copy color: '#EFBFE5'

red 239 ◦ green 191 ◦ blue 229

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

Shades of French Lilac #EFBFE5

Tints of French Lilac #EFBFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.75%

R = 36.27%
G = 28.98%
B = 34.75%

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

#EFBFE5 (or 0xEFBFE5) is known color: French Lilac. HEX triplet: EF, BF and E5. RGB value is (239,191,229). Sum of RGB (Red+Green+Blue) = 239+191+229=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 191 (75% from 255 or 28.98% from 659); Blue value is 229 (89.84% from 255 or 34.75% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFE5 is #10401A. Grayscale: #D1D1D1. Windows color (decimal): -1064987 or 15056879. OLE color: 15056879.

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

Color convert

RGB 239 191 229 -
CMYK 0 0.20 0.04 0.06
HSL 312.5º 0.6% 0.84% -
HSV(B) 312.5º 0.2% 0.94% -
XYZ 68.37 61.27 82.35 -
YUV 209.68 138.9 148.91 -
System Red Green Blue C M Y K H S L
Decimal 239 191 229 0 0.20 0.04 0.06 312.5 0.6 0.84
Hex EF BF E5 0 14 4 6 138 3C 54
Octal 357 277 345 0 24 4 6 470 74 124
Binary 11101111 10111111 11100101 0 10100 100 110 100111000 111100 1010100

Color Harmonies of #EFBFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFE5

Black with #EFBFE5

Text Example


Text Example

White with #EFBFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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