Html Css Color HEX #EFBDEA French Lilac

📋 copy color: '#EFBDEA'

red 239 ◦ green 189 ◦ blue 234

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

Shades of French Lilac #EFBDEA

Tints of French Lilac #EFBDEA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.55%

 BLUE value IS 234 (91.8% from 255) = 35.35%

R = 36.1%
G = 28.55%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFBDEA (or 0xEFBDEA) is known color: French Lilac. HEX triplet: EF, BD and EA. RGB value is (239,189,234). Sum of RGB (Red+Green+Blue) = 239+189+234=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 189 (74.22% from 255 or 28.55% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBDEA is #104215. Grayscale: #D0D0D0. Windows color (decimal): -1065494 or 15384047. OLE color: 15384047.

HSL color Cylindrical-coordinate representation of color #EFBDEA: hue angle of 306º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBDEA is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 189 234 -
CMYK 0 0.21 0.02 0.06
HSL 306º 0.61% 0.84% -
HSV(B) 306º 0.21% 0.94% -
XYZ 68.65 60.69 85.94 -
YUV 209.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 239 189 234 0 0.21 0.02 0.06 306 0.61 0.84
Hex EF BD EA 0 15 2 6 132 3D 54
Octal 357 275 352 0 25 2 6 462 75 124
Binary 11101111 10111101 11101010 0 10101 10 110 100110010 111101 1010100

Color Harmonies of #EFBDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDEA

Black with #EFBDEA

Text Example


Text Example

White with #EFBDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDEA; }

 p { color: rgb(239,189,234); }

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

background-color css

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

 a { background-color: rgb(239,189,234); }

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

border-color css

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

 span { border-color: rgb(239,189,234); }

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