Html Css Color HEX #EFB5DE French Lilac

📋 copy color: '#EFB5DE'

red 239 ◦ green 181 ◦ blue 222

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

Shades of French Lilac #EFB5DE

Tints of French Lilac #EFB5DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.58%

R = 37.23%
G = 28.19%
B = 34.58%

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

#EFB5DE (or 0xEFB5DE) is known color: French Lilac. HEX triplet: EF, B5 and DE. RGB value is (239,181,222). Sum of RGB (Red+Green+Blue) = 239+181+222=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 181 (71.09% from 255 or 28.19% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5DE is #104A21. Grayscale: #CACACA. Windows color (decimal): -1067554 or 14595567. OLE color: 14595567.

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

Color convert

RGB 239 181 222 -
CMYK 0 0.24 0.07 0.06
HSL 317.59º 0.64% 0.82% -
HSV(B) 317.59º 0.24% 0.94% -
XYZ 65.31 56.67 76.6 -
YUV 203.02 138.72 153.67 -
System Red Green Blue C M Y K H S L
Decimal 239 181 222 0 0.24 0.07 0.06 317.59 0.64 0.82
Hex EF B5 DE 0 18 7 6 13E 40 52
Octal 357 265 336 0 30 7 6 476 100 122
Binary 11101111 10110101 11011110 0 11000 111 110 100111110 1000000 1010010

Color Harmonies of #EFB5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB5DE

Black with #EFB5DE

Text Example


Text Example

White with #EFB5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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