Html Css Color HEX #EFB9DF French Lilac

📋 copy color: '#EFB9DF'

red 239 ◦ green 185 ◦ blue 223

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

Shades of French Lilac #EFB9DF

Tints of French Lilac #EFB9DF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.59%

 BLUE value IS 223 (87.5% from 255) = 34.47%

R = 36.94%
G = 28.59%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFB9DF (or 0xEFB9DF) is known color: French Lilac. HEX triplet: EF, B9 and DF. RGB value is (239,185,223). Sum of RGB (Red+Green+Blue) = 239+185+223=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 185 (72.66% from 255 or 28.59% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9DF is #104620. Grayscale: #CDCDCD. Windows color (decimal): -1066529 or 14662127. OLE color: 14662127.

HSL color Cylindrical-coordinate representation of color #EFB9DF: hue angle of 317.78º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFB9DF is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 185 223 -
CMYK 0 0.23 0.07 0.06
HSL 317.78º 0.63% 0.83% -
HSV(B) 317.78º 0.23% 0.94% -
XYZ 66.26 58.38 77.59 -
YUV 205.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 239 185 223 0 0.23 0.07 0.06 317.78 0.63 0.83
Hex EF B9 DF 0 17 7 6 13E 3F 53
Octal 357 271 337 0 27 7 6 476 77 123
Binary 11101111 10111001 11011111 0 10111 111 110 100111110 111111 1010011

Color Harmonies of #EFB9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB9DF

Black with #EFB9DF

Text Example


Text Example

White with #EFB9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB9DF; }

 p { color: rgb(239,185,223); }

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

background-color css

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

 a { background-color: rgb(239,185,223); }

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

border-color css

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

 span { border-color: rgb(239,185,223); }

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