Html Css Color HEX #EFB5DF French Lilac

📋 copy color: '#EFB5DF'

red 239 ◦ green 181 ◦ blue 223

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

Shades of French Lilac #EFB5DF

Tints of French Lilac #EFB5DF

RGB

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

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

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

R = 37.17%
G = 28.15%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFB5DF (or 0xEFB5DF) is known color: French Lilac. HEX triplet: EF, B5 and DF. RGB value is (239,181,223). Sum of RGB (Red+Green+Blue) = 239+181+223=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 181 (71.09% from 255 or 28.15% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5DF is #104A20. Grayscale: #CBCBCB. Windows color (decimal): -1067553 or 14661103. OLE color: 14661103.

HSL color Cylindrical-coordinate representation of color #EFB5DF: hue angle of 316.55º 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 #EFB5DF is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 181 223 -
CMYK 0 0.24 0.07 0.06
HSL 316.55º 0.64% 0.82% -
HSV(B) 316.55º 0.24% 0.94% -
XYZ 65.44 56.73 77.31 -
YUV 203.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 239 181 223 0 0.24 0.07 0.06 316.55 0.64 0.82
Hex EF B5 DF 0 18 7 6 13D 40 52
Octal 357 265 337 0 30 7 6 475 100 122
Binary 11101111 10110101 11011111 0 11000 111 110 100111101 1000000 1010010

Color Harmonies of #EFB5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB5DF

Black with #EFB5DF

Text Example


Text Example

White with #EFB5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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