Html Css Color HEX #EFB6E7 French Lilac

📋 copy color: '#EFB6E7'

red 239 ◦ green 182 ◦ blue 231

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

Shades of French Lilac #EFB6E7

Tints of French Lilac #EFB6E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.43%

R = 36.66%
G = 27.91%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EFB6E7 (or 0xEFB6E7) is known color: French Lilac. HEX triplet: EF, B6 and E7. RGB value is (239,182,231). Sum of RGB (Red+Green+Blue) = 239+182+231=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 182 (71.48% from 255 or 27.91% from 652); Blue value is 231 (90.62% from 255 or 35.43% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB6E7 is #104918. Grayscale: #CCCCCC. Windows color (decimal): -1067289 or 15185647. OLE color: 15185647.

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

Color convert

RGB 239 182 231 -
CMYK 0 0.24 0.03 0.06
HSL 308.42º 0.64% 0.83% -
HSV(B) 308.42º 0.24% 0.94% -
XYZ 66.75 57.58 83.2 -
YUV 204.63 142.88 152.52 -
System Red Green Blue C M Y K H S L
Decimal 239 182 231 0 0.24 0.03 0.06 308.42 0.64 0.83
Hex EF B6 E7 0 18 3 6 134 40 53
Octal 357 266 347 0 30 3 6 464 100 123
Binary 11101111 10110110 11100111 0 11000 11 110 100110100 1000000 1010011

Color Harmonies of #EFB6E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB6E7

Black with #EFB6E7

Text Example


Text Example

White with #EFB6E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB6E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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