Html Css Color HEX #EFB6DE French Lilac

📋 copy color: '#EFB6DE'

red 239 ◦ green 182 ◦ blue 222

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

Shades of French Lilac #EFB6DE

Tints of French Lilac #EFB6DE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.3%

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

R = 37.17%
G = 28.3%
B = 34.53%

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

#EFB6DE (or 0xEFB6DE) is known color: French Lilac. HEX triplet: EF, B6 and DE. RGB value is (239,182,222). Sum of RGB (Red+Green+Blue) = 239+182+222=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 182 (71.48% from 255 or 28.30% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6DE is #104921. Grayscale: #CBCBCB. Windows color (decimal): -1067298 or 14595823. OLE color: 14595823.

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

Color convert

RGB 239 182 222 -
CMYK 0 0.24 0.07 0.06
HSL 317.89º 0.64% 0.83% -
HSV(B) 317.89º 0.24% 0.94% -
XYZ 65.51 57.08 76.67 -
YUV 203.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 239 182 222 0 0.24 0.07 0.06 317.89 0.64 0.83
Hex EF B6 DE 0 18 7 6 13E 40 53
Octal 357 266 336 0 30 7 6 476 100 123
Binary 11101111 10110110 11011110 0 11000 111 110 100111110 1000000 1010011

Color Harmonies of #EFB6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB6DE

Black with #EFB6DE

Text Example


Text Example

White with #EFB6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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