Html Css Color HEX #EFBADF French Lilac

📋 copy color: '#EFBADF'

red 239 ◦ green 186 ◦ blue 223

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

Shades of French Lilac #EFBADF

Tints of French Lilac #EFBADF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.7%

 BLUE value IS 223 (87.5% from 255) = 34.41%

R = 36.88%
G = 28.7%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFBADF (or 0xEFBADF) is known color: French Lilac. HEX triplet: EF, BA and DF. RGB value is (239,186,223). Sum of RGB (Red+Green+Blue) = 239+186+223=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 186 (73.05% from 255 or 28.70% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBADF is #104520. Grayscale: #CDCDCD. Windows color (decimal): -1066273 or 14662383. OLE color: 14662383.

HSL color Cylindrical-coordinate representation of color #EFBADF: hue angle of 318.11º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBADF is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 186 223 -
CMYK 0 0.22 0.07 0.06
HSL 318.11º 0.62% 0.83% -
HSV(B) 318.11º 0.22% 0.94% -
XYZ 66.47 58.8 77.66 -
YUV 206.07 137.56 151.49 -
System Red Green Blue C M Y K H S L
Decimal 239 186 223 0 0.22 0.07 0.06 318.11 0.62 0.83
Hex EF BA DF 0 16 7 6 13E 3E 53
Octal 357 272 337 0 26 7 6 476 76 123
Binary 11101111 10111010 11011111 0 10110 111 110 100111110 111110 1010011

Color Harmonies of #EFBADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBADF

Black with #EFBADF

Text Example


Text Example

White with #EFBADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBADF; }

 p { color: rgb(239,186,223); }

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

background-color css

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

 a { background-color: rgb(239,186,223); }

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

border-color css

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

 span { border-color: rgb(239,186,223); }

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