Html Css Color HEX #EFB5E6 French Lilac

📋 copy color: '#EFB5E6'

red 239 ◦ green 181 ◦ blue 230

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

Shades of French Lilac #EFB5E6

Tints of French Lilac #EFB5E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.38%

R = 36.77%
G = 27.85%
B = 35.38%

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

#EFB5E6 (or 0xEFB5E6) is known color: French Lilac. HEX triplet: EF, B5 and E6. RGB value is (239,181,230). Sum of RGB (Red+Green+Blue) = 239+181+230=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 181 (71.09% from 255 or 27.85% from 650); Blue value is 230 (90.23% from 255 or 35.38% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB5E6 is #104A19. Grayscale: #CBCBCB. Windows color (decimal): -1067546 or 15119855. OLE color: 15119855.

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

Color convert

RGB 239 181 230 -
CMYK 0 0.24 0.04 0.06
HSL 309.31º 0.64% 0.82% -
HSV(B) 309.31º 0.24% 0.94% -
XYZ 66.4 57.11 82.39 -
YUV 203.93 142.72 153.02 -
System Red Green Blue C M Y K H S L
Decimal 239 181 230 0 0.24 0.04 0.06 309.31 0.64 0.82
Hex EF B5 E6 0 18 4 6 135 40 52
Octal 357 265 346 0 30 4 6 465 100 122
Binary 11101111 10110101 11100110 0 11000 100 110 100110101 1000000 1010010

Color Harmonies of #EFB5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB5E6

Black with #EFB5E6

Text Example


Text Example

White with #EFB5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB5E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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