Html Css Color HEX #EFB6ED French Lilac

📋 copy color: '#EFB6ED'

red 239 ◦ green 182 ◦ blue 237

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

Shades of French Lilac #EFB6ED

Tints of French Lilac #EFB6ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.02%

R = 36.32%
G = 27.66%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFB6ED (or 0xEFB6ED) is known color: French Lilac. HEX triplet: EF, B6 and ED. RGB value is (239,182,237). Sum of RGB (Red+Green+Blue) = 239+182+237=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 182 (71.48% from 255 or 27.66% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB6ED is #104912. Grayscale: #CDCDCD. Windows color (decimal): -1067283 or 15578863. OLE color: 15578863.

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

Color convert

RGB 239 182 237 -
CMYK 0 0.24 0.01 0.06
HSL 302.11º 0.64% 0.83% -
HSV(B) 302.11º 0.24% 0.94% -
XYZ 67.61 57.92 87.74 -
YUV 205.31 145.88 152.03 -
System Red Green Blue C M Y K H S L
Decimal 239 182 237 0 0.24 0.01 0.06 302.11 0.64 0.83
Hex EF B6 ED 0 18 1 6 12E 40 53
Octal 357 266 355 0 30 1 6 456 100 123
Binary 11101111 10110110 11101101 0 11000 1 110 100101110 1000000 1010011

Color Harmonies of #EFB6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB6ED

Black with #EFB6ED

Text Example


Text Example

White with #EFB6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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