Html Css Color HEX #EFB5DC French Lilac

📋 copy color: '#EFB5DC'

red 239 ◦ green 181 ◦ blue 220

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

Shades of French Lilac #EFB5DC

Tints of French Lilac #EFB5DC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.28%

 BLUE value IS 220 (86.33% from 255) = 34.38%

R = 37.34%
G = 28.28%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFB5DC (or 0xEFB5DC) is known color: French Lilac. HEX triplet: EF, B5 and DC. RGB value is (239,181,220). Sum of RGB (Red+Green+Blue) = 239+181+220=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 181 (71.09% from 255 or 28.28% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5DC is #104A23. Grayscale: #CACACA. Windows color (decimal): -1067556 or 14464495. OLE color: 14464495.

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

Color convert

RGB 239 181 220 -
CMYK 0 0.24 0.08 0.06
HSL 319.66º 0.64% 0.82% -
HSV(B) 319.66º 0.24% 0.94% -
XYZ 65.04 56.57 75.2 -
YUV 202.79 137.72 153.83 -
System Red Green Blue C M Y K H S L
Decimal 239 181 220 0 0.24 0.08 0.06 319.66 0.64 0.82
Hex EF B5 DC 0 18 8 6 140 40 52
Octal 357 265 334 0 30 10 6 500 100 122
Binary 11101111 10110101 11011100 0 11000 1000 110 101000000 1000000 1010010

Color Harmonies of #EFB5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB5DC

Black with #EFB5DC

Text Example


Text Example

White with #EFB5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB5DC; }

 p { color: rgb(239,181,220); }

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

background-color css

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

 a { background-color: rgb(239,181,220); }

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

border-color css

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

 span { border-color: rgb(239,181,220); }

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