Html Css Color HEX #EFB8F2 French Lilac

📋 copy color: '#EFB8F2'

red 239 ◦ green 184 ◦ blue 242

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

Shades of French Lilac #EFB8F2

Tints of French Lilac #EFB8F2

RGB

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

 GREEN value IS 184 (72.27% from 255) = 27.67%

 BLUE value IS 242 (94.92% from 255) = 36.39%

R = 35.94%
G = 27.67%
B = 36.39%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFB8F2 (or 0xEFB8F2) is known color: French Lilac. HEX triplet: EF, B8 and F2. RGB value is (239,184,242). Sum of RGB (Red+Green+Blue) = 239+184+242=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 184 (72.27% from 255 or 27.67% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFB8F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB8F2 is #10470D. Grayscale: #CECECE. Windows color (decimal): -1066766 or 15907055. OLE color: 15907055.

HSL color Cylindrical-coordinate representation of color #EFB8F2: hue angle of 296.9º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB8F2 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 184 242 -
CMYK 0.01 0.24 0 0.05
HSL 296.9º 0.69% 0.84% -
HSV(B) 296.9º 0.24% 0.95% -
XYZ 68.76 59.04 91.78 -
YUV 207.06 147.72 150.78 -
System Red Green Blue C M Y K H S L
Decimal 239 184 242 0.01 0.24 0 0.05 296.9 0.69 0.84
Hex EF B8 F2 1 18 0 5 129 45 54
Octal 357 270 362 1 30 0 5 451 105 124
Binary 11101111 10111000 11110010 1 11000 0 101 100101001 1000101 1010100

Color Harmonies of #EFB8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB8F2

Black with #EFB8F2

Text Example


Text Example

White with #EFB8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB8F2; }

 p { color: rgb(239,184,242); }

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

background-color css

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

 a { background-color: rgb(239,184,242); }

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

border-color css

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

 span { border-color: rgb(239,184,242); }

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