Html Css Color HEX #EFB6E5 French Lilac

📋 copy color: '#EFB6E5'

red 239 ◦ green 182 ◦ blue 229

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

Shades of French Lilac #EFB6E5

Tints of French Lilac #EFB6E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.23%

R = 36.77%
G = 28%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EFB6E5 (or 0xEFB6E5) is known color: French Lilac. HEX triplet: EF, B6 and E5. RGB value is (239,182,229). Sum of RGB (Red+Green+Blue) = 239+182+229=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 182 (71.48% from 255 or 28% from 650); Blue value is 229 (89.84% from 255 or 35.23% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6E5 is #10491A. Grayscale: #CCCCCC. Windows color (decimal): -1067291 or 15054575. OLE color: 15054575.

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

Color convert

RGB 239 182 229 -
CMYK 0 0.24 0.04 0.06
HSL 310.53º 0.64% 0.83% -
HSV(B) 310.53º 0.24% 0.94% -
XYZ 66.47 57.46 81.72 -
YUV 204.4 141.88 152.68 -
System Red Green Blue C M Y K H S L
Decimal 239 182 229 0 0.24 0.04 0.06 310.53 0.64 0.83
Hex EF B6 E5 0 18 4 6 137 40 53
Octal 357 266 345 0 30 4 6 467 100 123
Binary 11101111 10110110 11100101 0 11000 100 110 100110111 1000000 1010011

Color Harmonies of #EFB6E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB6E5

Black with #EFB6E5

Text Example


Text Example

White with #EFB6E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB6E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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