Html Css Color HEX #EFB2E6 French Lilac

📋 copy color: '#EFB2E6'

red 239 ◦ green 178 ◦ blue 230

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

Shades of French Lilac #EFB2E6

Tints of French Lilac #EFB2E6

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.51%

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

R = 36.94%
G = 27.51%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EFB2E6 (or 0xEFB2E6) is known color: French Lilac. HEX triplet: EF, B2 and E6. RGB value is (239,178,230). Sum of RGB (Red+Green+Blue) = 239+178+230=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 178 (69.92% from 255 or 27.51% from 647); Blue value is 230 (90.23% from 255 or 35.55% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB2E6 is #104D19. Grayscale: #CACACA. Windows color (decimal): -1068314 or 15119087. OLE color: 15119087.

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

Color convert

RGB 239 178 230 -
CMYK 0 0.26 0.04 0.06
HSL 308.85º 0.66% 0.82% -
HSV(B) 308.85º 0.26% 0.94% -
XYZ 65.8 55.9 82.19 -
YUV 202.17 143.71 154.27 -
System Red Green Blue C M Y K H S L
Decimal 239 178 230 0 0.26 0.04 0.06 308.85 0.66 0.82
Hex EF B2 E6 0 1A 4 6 135 42 52
Octal 357 262 346 0 32 4 6 465 102 122
Binary 11101111 10110010 11100110 0 11010 100 110 100110101 1000010 1010010

Color Harmonies of #EFB2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB2E6

Black with #EFB2E6

Text Example


Text Example

White with #EFB2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB2E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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