Html Css Color HEX #EFBDEC French Lilac

📋 copy color: '#EFBDEC'

red 239 ◦ green 189 ◦ blue 236

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

Shades of French Lilac #EFBDEC

Tints of French Lilac #EFBDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.54%

R = 35.99%
G = 28.46%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFBDEC (or 0xEFBDEC) is known color: French Lilac. HEX triplet: EF, BD and EC. RGB value is (239,189,236). Sum of RGB (Red+Green+Blue) = 239+189+236=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 189 (74.22% from 255 or 28.46% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBDEC is #104213. Grayscale: #D1D1D1. Windows color (decimal): -1065492 or 15515119. OLE color: 15515119.

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

Color convert

RGB 239 189 236 -
CMYK 0 0.21 0.01 0.06
HSL 303.6º 0.61% 0.84% -
HSV(B) 303.6º 0.21% 0.94% -
XYZ 68.93 60.8 87.46 -
YUV 209.31 143.07 149.18 -
System Red Green Blue C M Y K H S L
Decimal 239 189 236 0 0.21 0.01 0.06 303.6 0.61 0.84
Hex EF BD EC 0 15 1 6 130 3D 54
Octal 357 275 354 0 25 1 6 460 75 124
Binary 11101111 10111101 11101100 0 10101 1 110 100110000 111101 1010100

Color Harmonies of #EFBDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDEC

Black with #EFBDEC

Text Example


Text Example

White with #EFBDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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