Html Css Color HEX #EFB0EB French Lilac

📋 copy color: '#EFB0EB'

red 239 ◦ green 176 ◦ blue 235

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

Shades of French Lilac #EFB0EB

Tints of French Lilac #EFB0EB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.08%

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

R = 36.77%
G = 27.08%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFB0EB (or 0xEFB0EB) is known color: French Lilac. HEX triplet: EF, B0 and EB. RGB value is (239,176,235). Sum of RGB (Red+Green+Blue) = 239+176+235=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 176 (69.14% from 255 or 27.08% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB0EB is #104F14. Grayscale: #C9C9C9. Windows color (decimal): -1068821 or 15446255. OLE color: 15446255.

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

Color convert

RGB 239 176 235 -
CMYK 0 0.26 0.02 0.06
HSL 303.81º 0.66% 0.81% -
HSV(B) 303.81º 0.26% 0.94% -
XYZ 66.12 55.4 85.81 -
YUV 201.56 146.87 154.7 -
System Red Green Blue C M Y K H S L
Decimal 239 176 235 0 0.26 0.02 0.06 303.81 0.66 0.81
Hex EF B0 EB 0 1A 2 6 130 42 51
Octal 357 260 353 0 32 2 6 460 102 121
Binary 11101111 10110000 11101011 0 11010 10 110 100110000 1000010 1010001

Color Harmonies of #EFB0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0EB

Black with #EFB0EB

Text Example


Text Example

White with #EFB0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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